sdp: cast away const in call to g_free
authorScott D Phillips <scott.d.phillips@intel.com>
Tue, 15 Nov 2016 00:55:36 +0000 (16:55 -0800)
committerSebastian Dröge <sebastian@centricular.com>
Tue, 15 Nov 2016 12:52:22 +0000 (14:52 +0200)
commit6a4c14c39a9f20315d5bf7b6b4ea68e638f7d5ec
tree0680657939c9cf6c60cac844e78c65dc8d8d9a18
parent6e71583d070c460ed03a14e10db374739b73ea96
sdp: cast away const in call to g_free

MSVC warns about the const here. It's safe to cast away.

https://bugzilla.gnome.org/show_bug.cgi?id=774293
gst-libs/gst/sdp/gstsdpmessage.c