diff --git a/database-plain.c b/database-plain.c index 8c6bf13..b6befda 100644 --- a/database-plain.c +++ b/database-plain.c @@ -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); }