Makman2 / GameBox

A virtual console designed for the Raspberry Pi!
GNU General Public License v3.0
0 stars 0 forks source link

resources: Generate workaround for destructor #29

Closed Makman2 closed 9 years ago

Makman2 commented 9 years ago

Workaround the call to the resource unregistration function inside the destructor. It is called when the constructor throws, but should not.

Fixes #28.