parse-community / parse-embedded-sdks

The Embedded SDKs for the Parse Platform
http://parseplatform.org
Other
246 stars 118 forks source link

add desctrutors for ParseResponse & ParseClient #24

Closed ronaldyang closed 9 years ago

ronaldyang commented 9 years ago

We are explicitly asking developers to call close() to release resource, especially memory. Still want to add support to release resource after out of scope by adding desctructors.

stanleyw commented 9 years ago

LGTM