lots of leaks fixed

This commit is contained in:
Andrew Pamment
2018-02-10 16:01:30 +10:00
parent d5d61a8cc6
commit 66da53eb85
6 changed files with 56 additions and 12 deletions

2
deps/aha/aha.c vendored
View File

@@ -572,6 +572,6 @@ char * aha(char *input)
//Footer
if ((fc!=-1) || (bc!=-1) || (ul!=0) || (bo!=0) || (bl!=0))
append_output(&output, "</span>\n", &size, &outat);
free(unmangle_out);
return output;
}