]> git.sesse.net Git - vlc/commit
Fix memleaks: EnsureUTF8 return NULL if the string isn't valid,
authorRémi Duraffort <ivoire@videolan.org>
Sun, 17 May 2009 12:27:35 +0000 (14:27 +0200)
committerRémi Duraffort <ivoire@videolan.org>
Sun, 17 May 2009 12:29:47 +0000 (14:29 +0200)
commitc8829f3a7f6e4c9c9ebbd597b6443527a66bdfc4
tree80afad7d569ba0f1b60102ff9cb0079c85537671
parenta7bb5dffd385654b2af5acd5760ff7ef4446bd99
Fix memleaks: EnsureUTF8 return NULL if the string isn't valid,
so we must be able to free the memory in this case.
modules/access/http.c