[WIN32] fixed: xbmc was crashing when airplay was used with the youtube app. we can...
authorWiSo <wiso@xbmc.org>
Sat, 8 Oct 2011 19:01:03 +0000 (21:01 +0200)
committerWiSo <wiso@xbmc.org>
Sat, 8 Oct 2011 19:01:03 +0000 (21:01 +0200)
commit111fe647ed1fa46485f6b9d50c049a4a08ccd731
tree93fa45cd4c93b2873b7472f5e1fc1b03e91d6504
parentd984105f6f3988e6b94b9d9b6a6f1143330bc6ad
[WIN32] fixed: xbmc was crashing when airplay was used with the youtube app. we can't freeing memory in XBMC when it was allocated inside a dll. I tried to free it inside the dll which didn't produce a hard crash but still showed a heap corruption. this way we will leak memory so if anyone has a better idea drop me a line.
xbmc/network/AirPlayServer.cpp