]> git.tdb.fi Git - libs/gl.git/commit
Fix an apparent logic bug in ProgramData
authorMikko Rasa <tdb@tdb.fi>
Fri, 17 Sep 2021 23:18:53 +0000 (02:18 +0300)
committerMikko Rasa <tdb@tdb.fi>
Fri, 17 Sep 2021 23:18:53 +0000 (02:18 +0300)
commit7ab13563ec79b45a09f03da73acb15b39e192df9
tree591a8ecf11e0e3a856d8658b33bc573b58d1c130
parentf550197032efd10bd501850763ad2fe9a4bd1e41
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.
source/render/programdata.cpp