mirror of
https://github.com/reactos/wine.git
synced 2024-12-11 21:36:20 +00:00
winemac: Fix a leak in macdrv_CountClipboardFormats(). (Clang).
This commit is contained in:
parent
49197e811b
commit
3ececfd2a5
@ -1716,6 +1716,7 @@ INT CDECL macdrv_CountClipboardFormats(void)
|
||||
}
|
||||
}
|
||||
|
||||
CFRelease(types);
|
||||
CFRelease(seen_formats);
|
||||
TRACE(" -> %d\n", ret);
|
||||
return ret;
|
||||
|
Loading…
Reference in New Issue
Block a user