Fix a bug that prevent core files from being created
commit6b0d6f909999605e5940156fd614f9bb75c24bff
authorTim Prouty <tprouty@samba.org>
Tue, 24 Feb 2009 22:07:29 +0000 (24 14:07 -0800)
committerKarolin Seeger <kseeger@samba.org>
Fri, 6 Mar 2009 07:28:24 +0000 (6 08:28 +0100)
treedd1fa0f3ff36e691b7b1fb73faf8ce2abe8d0740
parent947a727e5205780c3c4d32a3e161b47e67d448f0
Fix a bug that prevent core files from being created

Removed an erroneous free() that was causing the corepath to be NULL
during dump_core().  This prevented dump_core() from actually calling
abort() to create a core file.  The bug was introduced in December by:
0994b094569474d47e7b98e39438829e962a27e1
(cherry picked from commit a70bb435d339df52eef56fb0c5788534252d7ab7)
source/lib/fault.c