Add minor sanity check

svn path=/trunk/; revision=32279
This commit is contained in:
Bill Meier 2010-03-25 19:06:49 +00:00
parent 36b82db075
commit 613d74ef8c
1 changed files with 1 additions and 0 deletions

View File

@ -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);
/*