Bug fix: iso_finish() left an invalid global pointer, which a subsequent call of iso_init() would try to dereference.

This commit is contained in:
Thomas Schmitt 2013-07-31 09:53:43 +02:00
parent b1c7ed6e29
commit 77c8349c56
1 changed files with 1 additions and 0 deletions

View File

@ -139,6 +139,7 @@ int iso_node_xinfo_dispose_cloners(int flag)
next = assoc->next;
free((char *) assoc);
}
iso_xinfo_cloner_list= NULL;
return(1);
}