More memory leak fixes, added command thread to mbtask

This commit is contained in:
Michiel Broek
2003-12-06 16:35:33 +00:00
parent 07012fa3e1
commit d55d4e0df1
13 changed files with 500 additions and 399 deletions

View File

@@ -59,6 +59,11 @@ v0.39.3 26-Nov-2003
mbtask:
The ping function now runs in a separate thread.
Changed some ping timer logic.
Added a "secret" commandline parameter to allow mbtask to run
under control of debuggers.
The client command server runs in a separate thread.
Fixed some small memory leaks which had no effect on long term
running of mbtask, only leaks during program stop.
mbpasswd:
Fixed a small memory leak.