]> 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)
commitb0edd93473aa60f2a7336be9758527a2bf92b5db
treeb0f0dd6e6c013d03043a443b79b5e05443ab4e7e
parentdbac6c1ce1f03fd92d376224d234245dc711b400
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