From 613d74ef8ce216267224d990356b0a9904b68698 Mon Sep 17 00:00:00 2001 From: Bill Meier Date: Thu, 25 Mar 2010 19:06:49 +0000 Subject: Add minor sanity check svn path=/trunk/; revision=32279 --- epan/circuit.c | 1 + 1 file changed, 1 insertion(+) (limited to 'epan') diff --git a/epan/circuit.c b/epan/circuit.c index 16ba732254..7bab6ca17a 100644 --- a/epan/circuit.c +++ b/epan/circuit.c @@ -98,6 +98,7 @@ circuit_cleanup(void) void circuit_init(void) { + g_assert(circuit_hashtable == NULL); circuit_hashtable = g_hash_table_new(circuit_hash, circuit_match); /* -- cgit v1.2.3