mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-03-21 18:01:15 +00:00
[vulkan] Retain handle_keys item
Ugh, need to come up with valgrind for ruamoko :P
This commit is contained in:
parent
8078e10ea1
commit
debaffcb97
1 changed files with 1 additions and 1 deletions
|
@ -204,7 +204,7 @@ main(int argc, string *argv)
|
|||
}
|
||||
}
|
||||
|
||||
PLItem *handle_keys = [handles allKeys];
|
||||
PLItem *handle_keys = [[handles allKeys] retain];
|
||||
for (int i = [handle_keys count]; i-- > 0; ) {
|
||||
string search_name = [[handle_keys getObjectAtIndex:i] string];
|
||||
id obj = (id) Hash_Find (available_types, search_name);
|
||||
|
|
Loading…
Reference in a new issue