]> git.mxchange.org Git - simgear.git/commit
pkg: Fix recursion in Install destructor.
authorThomas Geymayer <tomgey@gmail.com>
Thu, 12 Jun 2014 21:21:56 +0000 (23:21 +0200)
committerThomas Geymayer <tomgey@gmail.com>
Thu, 12 Jun 2014 21:21:56 +0000 (23:21 +0200)
commite8f10dd2e8a07a71d8db31cb1299b7c369464c6a
tree806e42a41949bd9da85ff110710ee6d37b19d825
parentedbfbd769eeee589773bdfda882223fb62cf2e6e
pkg: Fix recursion in Install destructor.

Prevent creating a shared pointer from this in
destructor, which would lead to recursively
calling the descructor.
simgear/package/Catalog.cxx
simgear/package/Catalog.hxx