2
0
Эх сурвалжийг харах

Avoid redundant locking in CallQueue

Pedro J. Estébanez 2 жил өмнө
parent
commit
5a0c186bc0

+ 1 - 1
core/object/message_queue.h

@@ -61,7 +61,7 @@ private:
 	};
 
 	Mutex mutex;
-	typedef PagedAllocator<Page, true> Allocator;
+	typedef PagedAllocator<Page, false> Allocator;
 
 	Allocator *allocator = nullptr;
 	bool allocator_is_custom = false;