mirror of
https://github.com/love2d/love.git
synced 2026-08-18 03:34:23 +02:00
More race conditions (bug #131)
This commit is contained in:
@@ -270,6 +270,7 @@ namespace sdl
|
||||
SDL_CondWait(cond, mutex);
|
||||
v = comm->getValue(name);
|
||||
}
|
||||
v->retain();
|
||||
unlock();
|
||||
return v;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user