Fix for new identity generation bug.

This commit is contained in:
Adam Ierymenko 2017-07-13 16:31:16 -07:00
parent ba6fd16823
commit c692f2e740
3 changed files with 4 additions and 17 deletions

View file

@ -117,6 +117,7 @@ Node::Node(void *uptr,void *tptr,const struct ZT_Node_Callbacks *callbacks,uint6
delete RR->topology;
delete RR->mc;
delete RR->sw;
delete RR->t;
throw;
}