OSDN Git Service

Fixed a regression in d92fb7fbcc34b7bf6b1649befab1d9eafec13684: We must not close...
authorlordmulder <mulder2@gmx.de>
Thu, 1 Mar 2012 01:45:21 +0000 (02:45 +0100)
committerlordmulder <mulder2@gmx.de>
Thu, 1 Mar 2012 01:45:21 +0000 (02:45 +0100)
commit2ee08c5f4be43f41f0fee9452ea6d6f347a9a237
treee0861818b45c2598b512a14c30fd2fefab4f6f33
parentc3cfe577b04cd9207ed2601dd4e7d3f6a3a4dc6e
Fixed a regression in d92fb7fbcc34b7bf6b1649befab1d9eafec13684: We must not close the handle to the Job Object, as long as there still might be a process "tool" running. The regression caused child processes to be terminated unexpectedly sometimes! We now use reference counting in order to avoid this problem.
doc/FAQ.html
src/Config.h
src/Dialog_SplashScreen.cpp
src/Tool_Abstract.cpp
src/Tool_Abstract.h