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:
@ -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);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user