From: <the...@us...> - 2006-11-01 07:33:04
|
Revision: 17648 http://svn.sourceforge.net/gaim/?rev=17648&view=rev Author: thekingant Date: 2006-10-31 23:32:41 -0800 (Tue, 31 Oct 2006) Log Message: ----------- After seeing Ka-Hing's patch I figured I'd grep around for the same mistake in other places. I found one in our gstreamer error handling code. Luke (or anyone), are you still having gstreamer problems? If so, can you see if this is less crashy? Modified Paths: -------------- trunk/gtk/gtksound.c Modified: trunk/gtk/gtksound.c =================================================================== --- trunk/gtk/gtksound.c 2006-11-01 07:29:53 UTC (rev 17647) +++ trunk/gtk/gtksound.c 2006-11-01 07:32:41 UTC (rev 17648) @@ -361,7 +361,7 @@ gpointer data) { GstElement *play = data; - GError *err; + GError *err = NULL; switch (GST_MESSAGE_TYPE (msg)) { case GST_MESSAGE_EOS: This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |