From: Mikko Rasa Date: Fri, 17 Sep 2021 23:18:53 +0000 (+0300) Subject: Fix an apparent logic bug in ProgramData X-Git-Url: http://git.tdb.fi/?a=commitdiff_plain;ds=sidebyside;h=7ab13563ec79b45a09f03da73acb15b39e192df9;hp=7ab13563ec79b45a09f03da73acb15b39e192df9;p=libs%2Fgl.git Fix an apparent logic bug in ProgramData Deleting the blocks but leaving the pointers seems like a recipe for disaster. This hails from all the way back in 5ae4b00. ---