mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2025-01-01 05:56:00 +01:00
Free keys in db_load_bookmarks
This commit is contained in:
parent
749559f7f5
commit
95239039e2
1 changed files with 2 additions and 0 deletions
|
@ -222,6 +222,8 @@ zathura_db_load_bookmarks(zathura_database_t* db, const char* file)
|
||||||
girara_list_append(result, bookmark);
|
girara_list_append(result, bookmark);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
g_strfreev(keys);
|
||||||
|
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue