[Bug 730010] audio_sink and video_sink were not fixed to free.

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon May 12 22:58:41 PDT 2014


https://bugzilla.gnome.org/show_bug.cgi?id=730010
  GStreamer | gst-plugins-base | 1.x

--- Comment #2 from Anuj <anuj.jaiswal at samsung.com> 2014-05-13 05:58:34 UTC ---
tools/gst-play.c it takes input media/files from command line.
proper cleaning of the memory was not done for 2 pointers audio_sink and
video_sink.
Did freeing of these 2 pointers and tested it.
Its working fine.
Changes made are :

  g_free (audio_sink);
  g_free (video_sink);

please review.

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list