[gstreamer-bugs] [Bug 157127] Cleanup of issues reported by sparse

bugzilla-daemon at bugzilla.gnome.org bugzilla-daemon at bugzilla.gnome.org
Tue Nov 2 03:41:57 PST 2004


http://bugzilla.gnome.org/show_bug.cgi?id=157127
GStreamer | gstreamer (core) | Ver: HEAD CVS





------- Additional Comments From rbultje at ronald.bitfreak.net  2004-11-02 06:41 -------
 /* static variables for segfault handling of plugin loading */
 static char *_gst_plugin_fault_handler_filename = NULL;
-extern gboolean *_gst_disable_segtrap;  /* see gst.c */
+extern gboolean _gst_disable_segtrap;  /* see gst.c */
 
 #ifndef HAVE_WIN32
-static gboolean *_gst_plugin_fault_handler_is_setup = FALSE;
+static gboolean _gst_plugin_fault_handler_is_setup = FALSE;
 #endif

those two scare me. The rest all looks fine, they're cosmetic and don't change
anything.

------- You are receiving this mail because: -------
You are the assignee for the bug.
You are the QA contact for the bug.




More information about the Gstreamer-bugs mailing list