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

Dealloc takes places too early [iOS] #213

Open
mememto opened this issue Dec 1, 2016 · 0 comments
Open

Dealloc takes places too early [iOS] #213

mememto opened this issue Dec 1, 2016 · 0 comments

Comments

@mememto
Copy link

mememto commented Dec 1, 2016

Hi to everyone and thanks in advance. I have a new problem. Whenever i pop the viewcontroller where G3MWidget_iOS is placed, i get the following Log message after dealloc takes place:

Warning: WARNING: The TexturesHandler is destroyed, but the inner textures were not released.

Sometimes, if i pop the viewcontroller before all tiles are loaded in the current visible window an exception (EXC_BAD_ACCESS) is thrown in Dowloader_IOS.mm line 122:

void Downloader_iOS::removeDownloadingHandlerForNSURL(const NSURL* url) {
[_lock lock];
[_downloadingHandlers removeObjectForKey:url];
[_lock unlock];
}

It seems that _lock._priv is NULL already.

So, I think that i'm not unloading all the stuff needed, or i'm not telling the SDK to stop download images. Any suggestion? Thanks in advance.

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