mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 04:01:08 +00:00
this is a real programming error
Original commit message from CVS: this is a real programming error
This commit is contained in:
parent
8c24be5ac8
commit
daa9517e02
1 changed files with 1 additions and 1 deletions
|
@ -598,7 +598,7 @@ void
|
|||
gst_main_quit (void)
|
||||
{
|
||||
if (!mainloops)
|
||||
g_warning ("Quit more loops than there are");
|
||||
g_error ("Quit more loops than there are");
|
||||
else {
|
||||
GMainLoop *loop = mainloops->data;
|
||||
mainloops = g_slist_delete_link (mainloops, mainloops);
|
||||
|
|
Loading…
Reference in a new issue