aboutsummaryrefslogtreecommitdiffstats
path: root/epan/circuit.c
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2010-03-25 19:06:49 +0000
committerBill Meier <wmeier@newsguy.com>2010-03-25 19:06:49 +0000
commit613d74ef8ce216267224d990356b0a9904b68698 (patch)
treeca0263e4e32e4940f77b8f23c63f44777b9a26c4 /epan/circuit.c
parent36b82db075b7b00593d2a51a9c9a44c4291c40e0 (diff)
Add minor sanity check
svn path=/trunk/; revision=32279
Diffstat (limited to 'epan/circuit.c')
-rw-r--r--epan/circuit.c1
1 files changed, 1 insertions, 0 deletions
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);
/*