Unverified Commit a5de7918 authored by Mihai Moldovan's avatar Mihai Moldovan

Merge branch 'uli42-pr/backup_memleak' into arctica-3.6.x

parents 5d4a7e07 8d1126e9
...@@ -98,12 +98,14 @@ int *actualCount) /* RETURN */ ...@@ -98,12 +98,14 @@ int *actualCount) /* RETURN */
*ch = '\0'; /* and replace with null-termination */ *ch = '\0'; /* and replace with null-termination */
count++; count++;
} else { } else {
Xfree(ch);
Xfree(flist); Xfree(flist);
flist = NULL; flist = NULL;
count = 0; count = 0;
break; break;
} }
} else { } else {
Xfree(ch);
Xfree(flist); Xfree(flist);
flist = NULL; flist = NULL;
count = 0; count = 0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment