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:
parent
b1c7ed6e29
commit
77c8349c56
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user