subparse: use g_strdup() and friends
authorTim-Philipp Müller <tim@centricular.net>
Wed, 17 Jul 2013 08:04:47 +0000 (09:04 +0100)
committerTim-Philipp Müller <tim@centricular.net>
Wed, 17 Jul 2013 08:04:47 +0000 (09:04 +0100)
commit7d16f95730ca5de1c9b8465a3c0ac53898a4a2c4
treea798e828032190227c9c2f98917c8f1c8bbff107
parentb550764da81b35be77a47d8ec7e4a114b3ede0e6
subparse: use g_strdup() and friends

Fixes build issue on windows, but is also better seeing that
these string are going to get freed with g_free() and not free().
gst/subparse/samiparse.c