]> git.sesse.net Git - stockfish/commitdiff
Rewrite the way application exits
authorMarco Costalba <mcostalba@gmail.com>
Thu, 7 May 2009 10:45:46 +0000 (12:45 +0200)
committerMarco Costalba <mcostalba@gmail.com>
Thu, 7 May 2009 10:59:19 +0000 (12:59 +0200)
Centralize in a single object all the global resources
management and avoid a bunch of sparse exit() calls.

This is more reliable and clean and more stick to C++ coding
practices.

No functional change.

Signed-off-by: Marco Costalba <mcostalba@gmail.com>

No differences found