commit | c0ff10d48be65cbf498636539316cc378b1c9424 | [log] [tgz] |
---|---|---|
author | Kenny Root <kroot@google.com> | Thu May 17 12:42:15 2012 -0700 |
committer | Kenny Root <kroot@google.com> | Thu May 17 12:42:15 2012 -0700 |
tree | c637f6420271215b27cc0024aa4e1aa7641da793 | |
parent | bef8083783df4b06972f33b468eccf941e335864 [diff] |
Make sure delete_all function pointer is NULL The peril of not using calloc mean delete_all is not initialized until we explcitly set it. Explicitly set delete_all to NULL to avoid that. Change-Id: Ic370453e6142c6d1b2566df9844b4fac4bc53042