# HG changeset patch # User Merten Sach # Date 1316196813 -7200 # Node ID f1374d5dbb9895c2c9cc10d6aad74611e7812278 # Parent 0b49fd35afc1c3ab2ad01f01a4b0e10a86b0a91e set currentMasterProcrID to 0 for corrent free on shutdown diff -r 0b49fd35afc1 -r f1374d5dbb98 VMS.c --- a/VMS.c Fri Sep 16 20:08:28 2011 +0200 +++ b/VMS.c Fri Sep 16 20:13:33 2011 +0200 @@ -706,6 +706,9 @@ void VMS__cleanup_at_end_of_shutdown() { + // Set to zero so that all data structures are freed correctly + _VMSMasterEnv->currentMasterProcrID = 0; + //unused //VMSQueueStruc **readyToAnimateQs; //int coreIdx;