Skip to content

Crash when deallocating. #4

@bernikovich

Description

@bernikovich

Try create PLPartyTime object, "joinParty", then "leaveParty", then release this object. It will crash when new session will be creating (while deallocating).
My (not the best) solution is to change 84th line of PLPartyTime.m:
[self.session disconnect];
to:
if (_session) [self.session disconnect];

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions