]> git.netwichtig.de Git - user/henk/code/inspircd.git/commit
Add operator new[] and delete[], otherwise we can and will get crashes on using a...
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>
Thu, 17 Apr 2008 20:27:33 +0000 (20:27 +0000)
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>
Thu, 17 Apr 2008 20:27:33 +0000 (20:27 +0000)
commit2b51823f8d4ae1bd84a4e8d9d9d0ac0858f88bf1
tree592ffb3c28c2a16639d999defae2f0449e1a6223
parent6c8a6700b898067a63b5044f5d21f7e67964a915
Add operator new[] and delete[], otherwise we can and will get crashes on using a C++ allocated array outside the place where its allocated. Thanks for finding this (indirectly) GreenReaper :)

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9532 e03df62e-2008-0410-955e-edbf42e46eb7
win/configureVC80.vcproj
win/inspircd_memory_functions.cpp