Fix some leaks

This commit is contained in:
rfm 2024-06-21 15:53:55 +01:00
parent 4233f6a9d6
commit 50e1575b8d
6 changed files with 78 additions and 46 deletions

View file

@ -600,7 +600,7 @@ int main(int argc, char **argv)
return 1;
}
source_entries = [[NSMutableDictionary alloc] init];
source_entries = [NSMutableDictionary dictionary];
error = 0;
{
int i;