mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-30 12:49:40 +00:00
tools: Avoid trying to remove a signal handler that has already been removed
This commit is contained in:
parent
dc2f48a726
commit
c2583e01b6
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ intr_handler (gpointer user_data)
|
|||
g_main_loop_quit (mainloop);
|
||||
|
||||
/* remove signal handler */
|
||||
return FALSE;
|
||||
return TRUE;
|
||||
}
|
||||
#endif /* G_OS_UNIX */
|
||||
|
||||
|
|
Loading…
Reference in a new issue