Geoff Thorpe ebbaebf784 This case in the "dso_unload" handlers should not be reported as an error -
if a DSO_load(NULL,...) operation fails, it will have to call DSO_free() on
the DSO structure it created and that will filter through to this "unload"
call.

If the stack size is "< 1", then the library never actually loaded. To keep
things clean higher up, I'll treat this as a vacuous case without an error.
It makes the error stack easier to follow real world cases, and the error
this ignores was only useful for catching bugs in internal code, not
mismatched calls from applications (which should be handled in the generic
DSO layer).
2000-04-25 08:37:12 +00:00
..
2000-04-09 12:52:40 +00:00
2000-04-14 23:36:15 +00:00
2000-04-09 12:52:40 +00:00
2000-04-14 23:36:15 +00:00
2000-03-27 00:53:27 +00:00
2000-02-03 23:23:24 +00:00
2000-02-03 18:22:01 +00:00
2000-03-12 12:49:45 +00:00
2000-04-09 12:52:40 +00:00
2000-03-22 13:50:23 +00:00
2000-02-03 23:23:24 +00:00
2000-04-09 12:52:40 +00:00
2000-04-09 12:52:40 +00:00
2000-02-01 02:21:16 +00:00
2000-01-23 23:41:49 +00:00
2000-02-16 12:09:17 +00:00
2000-03-18 15:18:27 +00:00
1999-05-13 13:29:41 +00:00