]> git.tdb.fi Git - libs/gl.git/commitdiff
Clear manager in destructors of individual resource classes
authorMikko Rasa <tdb@tdb.fi>
Wed, 18 Nov 2015 19:04:02 +0000 (21:04 +0200)
committerMikko Rasa <tdb@tdb.fi>
Wed, 18 Nov 2015 19:04:02 +0000 (21:04 +0200)
If the resource is destroyed while being loaded asynchronously, loading
has to be stopped before the derived class is destroyed.  The Resource
destructor is too late for that.


No differences found