]> git.sur5r.net Git - bacula/bacula/commit
Add new/delete operators with memset(0) on smartalloc
authorEric Bollengier <eric@eb.homelinux.org>
Tue, 10 Aug 2010 14:16:43 +0000 (16:16 +0200)
committerEric Bollengier <eric@eb.homelinux.org>
Tue, 10 Aug 2010 14:36:34 +0000 (16:36 +0200)
commit9c3f8310477431e87177109896a729af522cd8b3
tree722c9cf1bde8360939d879d87709af5fcb7c986d
parent4f60917747e2540714b7514954d11e826bd7fe70
Add new/delete operators with memset(0) on smartalloc

With class using virtual functions, it seems to be impossible
to use memset() to cleanup and object after it's creation.
It breaks virtual functions.
bacula/src/lib/smartall.h