Skip to content

Instantly share code, notes, and snippets.

@4ndrew
Created August 2, 2011 18:14
Show Gist options
  • Save 4ndrew/1120815 to your computer and use it in GitHub Desktop.
Save 4ndrew/1120815 to your computer and use it in GitHub Desktop.
Sometimes I want to kill bad engineers...
// Wow!
for (int i = 0; i < proxies.size(); i++) {
((AppProxy) proxies.get(i)).removeAppStateChangeEventListener(this);
proxies = null;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment