Warren_Baird@cimmetry.com wrote:
ChangeLog:
Fix module entry deallocation in MODULE_DecRefCount.
Description:
Also decrement the reference count on any other libraries with exactly the same short name since two module entries are being allocated when we load the library. Maybe the real fix here would be to ensure that a module entry is allocated no more than once but we couldn't figure out how to do that.
the fix doesn't seem the right one... could you post a -debugmsg +file,+module of what really happens here
A+