mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2024-12-27 13:36:00 +01:00
Clear handle
This commit is contained in:
parent
d80c654b8b
commit
cf69a2b79b
1 changed files with 1 additions and 0 deletions
|
@ -52,6 +52,7 @@ stop(ZathuraFileMonitor* file_monitor)
|
|||
|
||||
if (signal_file_monitor->handle > 0) {
|
||||
g_source_remove(signal_file_monitor->handle);
|
||||
signal_file_monitor->handle = 0;
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue