mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-21 22:53:37 +00:00
guestfs_find: Fix memory leak of sysrootdir.
This commit is contained in:
@@ -85,6 +85,7 @@ do_find (const char *dir)
|
||||
free (sysrootdir);
|
||||
return NULL;
|
||||
}
|
||||
free (sysrootdir);
|
||||
|
||||
if (verbose)
|
||||
fprintf (stderr, "%s\n", cmd);
|
||||
|
||||
Reference in New Issue
Block a user