mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2024-12-28 06:36:00 +01:00
Resolve memory leak in db_watch_file
This commit is contained in:
parent
1b44ccb0f8
commit
25320f5265
1 changed files with 2 additions and 0 deletions
|
@ -555,4 +555,6 @@ cb_zathura_db_watch_file(GFileMonitor* UNUSED(monitor), GFile* file, GFile* UNUS
|
|||
|
||||
priv->history = zathura_db_read_key_file_from_file(priv->history_path);
|
||||
}
|
||||
|
||||
g_free(path);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue