Skip to content

Commit

Permalink
fixup! SDL fix memory leaks
Browse files Browse the repository at this point in the history
  • Loading branch information
sniukalov committed Jun 9, 2020
1 parent e62a8eb commit b985f83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/include/utils/threads/async_runner.h
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ class AsyncRunner {
*/
void ClearDelegateQueue();

std::queue<threads::ThreadDelegate*> DelegatesQueue;
typedef std::queue<threads::ThreadDelegate*> DelegatesQueue;
DelegatesQueue delegates_queue_;
sync_primitives::ConditionalVariable delegate_notifier_;
sync_primitives::Lock delegates_queue_lock_;
Expand Down

0 comments on commit b985f83

Please sign in to comment.