From: Mikko Rasa Date: Tue, 17 Sep 2019 12:42:19 +0000 (+0300) Subject: Use RAII to ensure consistent PartCache state X-Git-Url: http://git.tdb.fi/?a=commitdiff_plain;ds=sidebyside;h=01d30637b393b2f8a932b1d943076db580b1e951;hp=01d30637b393b2f8a932b1d943076db580b1e951;p=libs%2Fgltk.git Use RAII to ensure consistent PartCache state end_rebuild needs to be called even if an exception is thrown during rebuilding. ---