Closed a memory leak found by valgrind
This commit is contained in:
parent
7e0165ff4c
commit
f1b5626786
@ -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);
|
||||
}
|
||||
|
@ -1 +1 @@
|
||||
#define Xorriso_timestamP "2011.05.05.105152"
|
||||
#define Xorriso_timestamP "2011.05.05.105310"
|
||||
|
Loading…
Reference in New Issue
Block a user