Fix memory and descriptor leaks

This commit is contained in:
Nelson A. de Oliveira
2010-11-09 16:03:47 -02:00
committed by Sven Neumann
parent e4532fe2a8
commit 7666e5cf36
26 changed files with 61 additions and 1 deletions

View File

@ -606,6 +606,8 @@ find_extension (const gchar *filename)
}
}
g_free (filename_copy);
return ext;
}