Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

2 such statements this.commandProxy = null; in IOS.prototype.shutdown are intentional ? #3245

Closed
ghost opened this issue Jul 29, 2014 · 1 comment

Comments

@ghost
Copy link

ghost commented Jul 29, 2014

IOS.prototype.shutdown = function (code, cb) {
this.commandProxy = null;
this.instruments = null;
this.commandProxy = null;
this.postCleanup(cb);
};

@ghost ghost changed the title 2 such statements this.commandProxy = null; are intentional ? 2 such statements this.commandProxy = null; in IOS.prototype.shutdown are intentional ? Jul 29, 2014
@jlipps
Copy link
Member

jlipps commented Jul 29, 2014

no, that's not intentional! thanks

@jlipps jlipps closed this as completed in b014ae1 Jul 29, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant