Skip to content

Commit

Permalink
Merge pull request #105 from saper/dblfree
Browse files Browse the repository at this point in the history
Double free() fault
  • Loading branch information
xzyfer committed Apr 30, 2015
2 parents 649c371 + 2f37283 commit a88dd09
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,5 @@ Makefile.in
/m4/lt~obsolete.m4
/missing
/stamp-h1
/compile
/sassc
1 change: 0 additions & 1 deletion sassc.c
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ int compile_stdin(struct Sass_Options* options, char* outfile) {
outfile
);
sass_delete_data_context(ctx);
free(source_string);
return ret;
}

Expand Down

0 comments on commit a88dd09

Please sign in to comment.