Closed a memory leak found by valgrind
This commit is contained in:
parent
1f8627086f
commit
bcd18471bd
@ -58,7 +58,7 @@ int Exprtest_destroy(struct ExprtesT **ftest, int flag)
|
|||||||
if(f==NULL)
|
if(f==NULL)
|
||||||
return(0);
|
return(0);
|
||||||
|
|
||||||
if(f->test_type == 1) {
|
if(f->test_type == 1 || f->test_type == 13 || f->test_type == 16) {
|
||||||
if(f->arg1 != NULL)
|
if(f->arg1 != NULL)
|
||||||
free(f->arg1);
|
free(f->arg1);
|
||||||
if(f->arg2 != NULL) {
|
if(f->arg2 != NULL) {
|
||||||
|
@ -1 +1 @@
|
|||||||
#define Xorriso_timestamP "2011.05.04.151721"
|
#define Xorriso_timestamP "2011.05.04.151820"
|
||||||
|
Loading…
Reference in New Issue
Block a user