THREAD_CLEAN_PART2: Assure correct terminate()/isTerminated(delay)/delete sequence +

Removed the NotifyQueue between DemodulatorInstance participants, actually not needed
since DemodulatorInstance::IsTerminated() is explicitly called on some events for cleanups

DELETE_CLEANUP: properly nullify deleted pointers when needed
This commit is contained in:
vsonnier
2016-07-03 09:47:28 +02:00
parent cf90a829b0
commit 567d84711f
16 changed files with 163 additions and 154 deletions
-1
View File
@@ -400,7 +400,6 @@ void GLFont::loadFontOnce() {
}
//2) then load from memory
lodepng::State state;
unsigned error = lodepng::decode(image, imgWidth, imgHeight, raw_image, png_size);
delete[] raw_image;