Fix memory and descriptor leaks
This commit is contained in:
committed by
Sven Neumann
parent
e4532fe2a8
commit
7666e5cf36
@ -606,6 +606,8 @@ find_extension (const gchar *filename)
|
||||
}
|
||||
}
|
||||
|
||||
g_free (filename_copy);
|
||||
|
||||
return ext;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user