Fix a bug that prevent core files from being created
commita70bb435d339df52eef56fb0c5788534252d7ab7
authorTim Prouty <tprouty@samba.org>
Tue, 24 Feb 2009 22:07:29 +0000 (24 14:07 -0800)
committerTim Prouty <tprouty@samba.org>
Tue, 24 Feb 2009 22:41:04 +0000 (24 14:41 -0800)
tree75f07b77607b4ada300e3308d83773a5aeaf0352
parentc7bf0f4c222ae46be2a751997e03197832b494cd
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
source/lib/fault.c