libdvbv5/parse_string: don't free twice
authorMauro Carvalho Chehab <m.chehab@samsung.com>
Fri, 15 Nov 2013 12:27:13 +0000 (10:27 -0200)
committerMauro Carvalho Chehab <m.chehab@samsung.com>
Wed, 27 Nov 2013 11:24:16 +0000 (09:24 -0200)
commit03ab73bcb1aaaf821d3499ac3431f2c7ce6c5c95
treefac6e8736e71cfbec88f4d246412fc9294d8f663
parent89b660180180e7f76a40baca09395d28dbdb000d
libdvbv5/parse_string: don't free twice

As reported by valgrind, sometimes, it was freeing the same
data twice, with was causing random troubles elsewhere.

Fix it.

Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
lib/libdvbv5/parse_string.c