From: Marco Costalba Date: Thu, 7 May 2009 10:45:46 +0000 (+0200) Subject: Rewrite the way application exits X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;ds=sidebyside;h=a88e762b4ea4a3696ecc0431237f54090a5aa1e2;hp=a88e762b4ea4a3696ecc0431237f54090a5aa1e2;p=stockfish Rewrite the way application exits 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 ---