Author |
Message |
MichaelG Newbie
Joined: Nov 10 2004 Posts: 8 Offline
|
Posted: Wed Nov 10, 2004 12:24 pm Post subject: Objects.c |
 |
|
|
|
It acquires, but never releases the interface to playerdata.
Fix by inserting
mm->ReleaseInterface(pd);
before
mm->ReleaseInterface(cmd);
... |
|
Back to top |
|
 |
MichaelG Newbie
Joined: Nov 10 2004 Posts: 8 Offline
|
Posted: Wed Nov 10, 2004 12:33 pm Post subject: |
 |
|
|
|
Also, without me having to look into this as well, in what order does asss try to unload the modules. Modules.conf backwards? |
|
Back to top |
|
 |
|