Closed a memory leak found by valgrind

This commit is contained in:
Thomas Schmitt 2011-05-05 10:52:52 +00:00
parent 7e0165ff4c
commit f1b5626786
2 changed files with 3 additions and 1 deletions

View File

@ -673,6 +673,8 @@ ex:
free(boots);
if(bootnodes != NULL)
free(bootnodes);
if(image != NULL)
iso_image_unref(image);
Xorriso_free_meM(path);
return(ret);
}

View File

@ -1 +1 @@
#define Xorriso_timestamP "2011.05.05.105152"
#define Xorriso_timestamP "2011.05.05.105310"