Remove unnecessary NULL checks before g_free()
authorReynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com>
Sun, 15 Nov 2015 10:58:54 +0000 (02:58 -0800)
committerReynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com>
Tue, 17 Nov 2015 22:50:27 +0000 (14:50 -0800)
commit0c95b0a738eda526241fc16a7cf12106baa3bf82
treeeb1b609d6265875878c8659c5ea7bc931b08c1c1
parent5f79ccb420d6b270d108892f1c7e3dedbd64b57a
Remove unnecessary NULL checks before g_free()

g_free() is NULL-safe
gst-libs/gst/pbutils/encoding-profile.c
gst-libs/gst/pbutils/encoding-target.c
gst-libs/gst/rtsp/gstrtspmessage.c
gst-libs/gst/sdp/gstsdpmessage.c
tests/examples/encoding/encoding.c