Fix memory leak

Signed-off-by: Sebastian Ramacher <sebastian+dev@ramacher.at>
This commit is contained in:
Sebastian Ramacher 2017-05-02 21:57:33 +02:00
parent 39b54cddb3
commit 19df03f0ff

View File

@ -880,6 +880,7 @@ document_open(zathura_t* zathura, const char* path, const char* uri, const char*
type = ZATHURA_FILEMONITOR_SIGNAL;
}
#endif
g_free(filemonitor_backend);
zathura->file_monitor.monitor = zathura_filemonitor_new(file_path, type);
if (zathura->file_monitor.monitor == NULL) {