Skip to content

Commit aeb5dea

Browse files
committed
Fix memory leak
1 parent 7be1531 commit aeb5dea

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

zathura/dbus-interface.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -242,6 +242,7 @@ static gboolean synctex_highlight_rects_impl(gpointer ptr) {
242242
girara_list_free(data->rectangles[i]);
243243
}
244244
g_free(data->rectangles);
245+
g_free(data);
245246
return false;
246247
}
247248

0 commit comments

Comments
 (0)