mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2024-12-28 08:36:01 +01:00
Call correct free function
Signed-off-by: Sebastian Ramacher <sebastian+dev@ramacher.at>
This commit is contained in:
parent
c4fa62fe00
commit
ca0b8e1953
1 changed files with 1 additions and 1 deletions
|
@ -162,7 +162,7 @@ renderer_finalize(GObject* object)
|
|||
}
|
||||
g_mutex_clear(&(priv->mutex));
|
||||
|
||||
free(priv->page_cache.cache);
|
||||
g_free(priv->page_cache.cache);
|
||||
girara_list_free(priv->requests);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue