Resolve memory leak in db_watch_file

This commit is contained in:
Moritz Lipp 2012-04-01 22:57:34 +02:00
parent 1b44ccb0f8
commit 25320f5265

View file

@ -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);
}