Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
pwmt
zathura
Commits
876d35de
Commit
876d35de
authored
Nov 12, 2015
by
Sebastian Ramacher
Browse files
Fix memory leak
Signed-off-by:
Sebastian Ramacher
<
sebastian+dev@ramacher.at
>
parent
599e61cc
Changes
1
Hide whitespace changes
Inline
Side-by-side
zathura/database-sqlite.c
View file @
876d35de
...
...
@@ -568,6 +568,8 @@ sqlite_save_jumplist(zathura_database_t* db, const char* file, girara_list_t* ju
}
}
girara_list_iterator_free
(
cur
);
if
(
status
==
false
)
{
sqlite3_exec
(
priv
->
session
,
"ROLLBACK;"
,
NULL
,
0
,
NULL
);
return
false
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment