Commit 77829b74 by Aaron Leung

Forgot to initialize all the members in the constructor.

parent 5900eb7b
......@@ -22,6 +22,8 @@ namespace Sass {
else {
source = _source;
}
position = source;
line_number = 1;
}
Document::~Document() {
delete [] source;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment