Fix another error path

This commit is contained in:
Přemysl Eric Janouch 2013-07-18 19:47:07 +02:00
parent 1df7021276
commit f8a8395114
1 changed files with 3 additions and 1 deletions

View File

@ -335,6 +335,8 @@ static void
dictzip_input_stream_finalize (GObject *gobject)
{
DictzipInputStreamPrivate *priv = DICTZIP_INPUT_STREAM (gobject)->priv;
if (priv->file_info)
g_object_unref (priv->file_info);
g_free (priv->chunks);
g_free (priv->input_buffer);