Advertisement
Guest User

Untitled

a guest
Oct 31st, 2014
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 0.53 KB | None | 0 0
  1. diff --git a/validate/gst/validate/gst-validate-bin-monitor.c b/validate/gst/validate/gst-validate-bin-monitor.c
  2. index e508aa7..9199b95 100644
  3. --- a/validate/gst/validate/gst-validate-bin-monitor.c
  4. +++ b/validate/gst/validate/gst-validate-bin-monitor.c
  5. @@ -210,8 +210,8 @@ static void
  6.  _bus_handler (GstBus * bus, GstMessage * message,
  7.      GstValidateBinMonitor * monitor)
  8.  {
  9. -  GError *err;
  10. -  gchar *debug;
  11. +  GError *err = NULL;
  12. +  gchar *debug = NULL;
  13.  
  14.    switch (GST_MESSAGE_TYPE (message)) {
  15.      case GST_MESSAGE_ERROR:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement