Reacted on warning of valgrind

This commit is contained in:
Thomas Schmitt 2013-09-07 19:39:22 +00:00
parent 88672b7fd3
commit 88aa152a88
2 changed files with 2 additions and 2 deletions

View File

@ -3031,7 +3031,7 @@ int Xorriso_findi(struct XorrisO *xorriso, struct FindjoB *job,
char *name;
off_t mem;
IsoNode **node_array= NULL;
int node_count, node_idx;
int node_count= 0, node_idx;
char *path= NULL, *abs_path= NULL;
if(xorriso->request_to_abort)

View File

@ -1 +1 @@
#define Xorriso_timestamP "2013.09.05.082833"
#define Xorriso_timestamP "2013.09.07.193824"