Added a forgotten iso_dir_iter_free()

This commit is contained in:
Thomas Schmitt 2008-01-15 21:16:06 +00:00
parent 8b98e34ff6
commit b4d5c1e19f
2 changed files with 2 additions and 1 deletions

View File

@ -2000,6 +2000,7 @@ int Xorriso_sorted_node_array(struct XorrisO *xorriso,
continue;
(*node_array)[i++]= node;
}
iso_dir_iter_free(iter);
*nodec= i;
if(*nodec<=0)
return(1);

View File

@ -1 +1 @@
#define Xorriso_timestamP "2008.01.15.204057"
#define Xorriso_timestamP "2008.01.15.211511"