(extfs_get_path_int): fix memory leak.

Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
This commit is contained in:
Andrew Borodin 2013-09-14 10:51:11 +04:00
parent 0fb3e0a3c7
commit e4747a8c5d

View File

@ -690,6 +690,7 @@ extfs_get_path_int (const vfs_path_t * vpath, struct archive **archive, gboolean
if (strcmp (parc->name, archive_name) == 0)
{
vfs_stamp (&vfs_extfs_ops, (vfsid) parc);
g_free (archive_name);
goto return_success;
}
}