lib/util/ Fix crash bug caused by gfree_debug()
authorAndrew Bartlett <abartlet@samba.org>
Mon, 9 May 2011 15:43:45 +0000 (17:43 +0200)
committerAndrew Bartlett <abartlet@samba.org>
Fri, 13 May 2011 16:50:23 +0000 (18:50 +0200)
commit5db0cd55d4db9cc71f32dc0097e2f014c22967bc
tree95cc975f71fa360600847adebdc457b53384bc53
parent3d100216b84f4f25c3e761741eda2cc134957e96
lib/util/ Fix crash bug caused by gfree_debug()

The issue is that we should reset the debug_num_classes to 0 when we
un-initialise the debug system.

Andrew Bartlett
lib/util/debug.c