Changeset 623
- Timestamp:
- 11/27/05 01:09:15 (6 years ago)
- File:
-
- 1 edited
-
trunk/ithildin/source/module.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ithildin/source/module.c
r584 r623 437 437 438 438 while (m->opencalls) { 439 #ifdef USE_DMALLOC439 #ifdef DEBUG 440 440 /* dmalloc doesn't like it when we close libraries while it's shutting 441 441 * down. okay, well, if me.shutdown is true, don't dlclose, but do 442 * everything else. */ 442 * everything else. Valgrind dislikes this too, let's just disable 443 * it in the debug case. */ 443 444 if (!me.shutdown) 444 445 #endif
Note: See TracChangeset
for help on using the changeset viewer.
