bouquets:fix mem leak

Origin commit data
------------------
Branch: ni/coolstream
Commit: 45f86130f8
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2020-02-10 (Mon, 10 Feb 2020)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
Jacek Jendrzej
2020-02-10 20:50:06 +01:00
committed by vanhofen
parent 340d0a8d85
commit 06fc4caa4c

View File

@@ -1137,6 +1137,7 @@ void CBouquetManager::loadWebchannels(int mode)
continue; continue;
} }
url = url2; url = url2;
free(url2);
} }
else if (strncmp(line, "#DESCRIPTION", 12) == 0) else if (strncmp(line, "#DESCRIPTION", 12) == 0)
{ {