mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2024-11-11 04:13:46 +01:00
Call correct free function
Signed-off-by: Sebastian Ramacher <sebastian+dev@ramacher.at>
This commit is contained in:
parent
c4fa62fe00
commit
ca0b8e1953
@ -162,7 +162,7 @@ renderer_finalize(GObject* object)
|
|||||||
}
|
}
|
||||||
g_mutex_clear(&(priv->mutex));
|
g_mutex_clear(&(priv->mutex));
|
||||||
|
|
||||||
free(priv->page_cache.cache);
|
g_free(priv->page_cache.cache);
|
||||||
girara_list_free(priv->requests);
|
girara_list_free(priv->requests);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user