Closed a memory leak found by valgrind

This commit is contained in:
Thomas Schmitt 2011-05-04 15:18:11 +00:00
parent 1f8627086f
commit bcd18471bd
2 changed files with 2 additions and 2 deletions

View File

@ -58,7 +58,7 @@ int Exprtest_destroy(struct ExprtesT **ftest, int flag)
if(f==NULL)
return(0);
if(f->test_type == 1) {
if(f->test_type == 1 || f->test_type == 13 || f->test_type == 16) {
if(f->arg1 != NULL)
free(f->arg1);
if(f->arg2 != NULL) {

View File

@ -1 +1 @@
#define Xorriso_timestamP "2011.05.04.151721"
#define Xorriso_timestamP "2011.05.04.151820"