Commit 18bbb65f authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Android: tag memory leak

parent fc921ab8
......@@ -408,6 +408,7 @@ void vlc_testcancel (void)
return;
vlc_atomic_set(&thread->finished, true);
#warning FIXME: memory leak for detached threads
pthread_exit(NULL);
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment