Skip to content

bookmark-list: Fix memory leak

Leesoo Ahn requested to merge memnoth/nautilus:fix-memory-leak into master

According to the documentation1, GFileMonitor object must be freed when it is not necessary.
g_file_monitor_cancel() doesn't free the object.

Also, clean up code on do_finalize().

Merge request reports