Adding dynamic memory allocation.

This commit is contained in:
Daniel Lemire
2018-12-06 21:44:26 -05:00
parent 8589a0588b
commit c2913d5d69
7 changed files with 93 additions and 24 deletions
+2 -1
View File
@@ -432,8 +432,9 @@ succeed:
#ifdef DEBUG
pj.dump_tapes();
pj.dump_raw_tape();
#endif
pj.isvalid = true;
return true;
fail: