googlearchive / tango-examples-c

JNI example projects for Project Tango [deprecated] C-API
https://developers.google.com/ar
Apache License 2.0
337 stars 204 forks source link

Fix the crash when hitting return button #53

Closed hamidb closed 8 years ago

hamidb commented 8 years ago

Removed freeGLContent() from the onDestroy method that was causing double free of the drawable objects. It's already freed on the onPause method.

googlebot commented 8 years ago

Thanks for your pull request. It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

:memo: Please visit https://cla.developers.google.com/ to sign.

Once you've signed, please reply here (e.g. I signed it!) and we'll verify. Thanks.


hamidb commented 8 years ago

I signed it!

googlebot commented 8 years ago

CLAs look good, thanks!

jguomoto commented 8 years ago

@hamidb thanks for the change!