]> git.sesse.net Git - vlc/commit
consistently use malloc()/free() for C-style strings
authorJustus Piater <Justus-dev@Piater.name>
Thu, 18 Sep 2008 08:11:22 +0000 (10:11 +0200)
committerRémi Denis-Courmont <rdenis@simphalempin.com>
Fri, 19 Sep 2008 14:59:06 +0000 (17:59 +0300)
commit8ff0cd0420f909dc30afd3ce981add0a79856989
tree00e6bac524fc33cbb7901c77b0d9ddbfa43332dc
parent9e406ba7b028f21c25a78b64f756a0a667eb5337
consistently use malloc()/free() for C-style strings

There was a mix of new/delete, malloc()/free() and even several
malloc()/delete, so this fixes actual bugs.

Signed-off-by: Rémi Denis-Courmont <rdenis@simphalempin.com>
projects/mozilla/control/npolibvlc.cpp
projects/mozilla/control/nporuntime.cpp
projects/mozilla/vlcplugin.cpp