this is a real programming error

Original commit message from CVS:
this is a real programming error
This commit is contained in:
Thomas Vander Stichele 2002-10-27 01:35:51 +00:00
parent 8c24be5ac8
commit daa9517e02

View file

@ -598,7 +598,7 @@ void
gst_main_quit (void) gst_main_quit (void)
{ {
if (!mainloops) if (!mainloops)
g_warning ("Quit more loops than there are"); g_error ("Quit more loops than there are");
else { else {
GMainLoop *loop = mainloops->data; GMainLoop *loop = mainloops->data;
mainloops = g_slist_delete_link (mainloops, mainloops); mainloops = g_slist_delete_link (mainloops, mainloops);