mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2024-12-28 06:36:00 +01:00
free hitlist
This commit is contained in:
parent
9a7d1d1c47
commit
776e3e6b65
1 changed files with 1 additions and 1 deletions
|
@ -203,7 +203,7 @@ synctex_rectangles_from_position(const char* filename, const char* input_file,
|
||||||
}
|
}
|
||||||
|
|
||||||
girara_list_t* hitlist_flat = flatten_rectangles(hitlist);
|
girara_list_t* hitlist_flat = flatten_rectangles(hitlist);
|
||||||
/* girara_list_free(hitlist); */
|
girara_list_free(hitlist);
|
||||||
|
|
||||||
return hitlist_flat;
|
return hitlist_flat;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue