Makman2 / GameBox

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

Resource class invokes destructor when constructor throws #28

Closed Makman2 closed 9 years ago

Makman2 commented 9 years ago

This is also a bug in Vala. A throwing compiler should not finalize.

But write a workaround so that the resource unregistration function is not called anyway.