Fix another error path
This commit is contained in:
parent
1df7021276
commit
f8a8395114
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue