driver/netfile.cpp: fix crash, id3 struct not initialized

Origin commit data
------------------
Branch: ni/coolstream
Commit: 06e6fa5415
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2013-09-06 (Fri, 06 Sep 2013)


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

------------------
This commit was generated by Migit
This commit is contained in:
[CST] Focus
2013-09-06 18:32:53 +04:00
parent a33145db74
commit b35d45e107

View File

@@ -340,6 +340,7 @@ int request_file(URL *url)
char str[255], *ptr;
int slot;
ID3 id3;
memset(&id3, 0, sizeof(ID3));
/* get the cache slot for this stream. A negative return value */
/* indicates that no cache has been set up for this stream */