mirror of
https://github.com/wxWidgets/wxWidgets.git
synced 2026-03-23 18:54:01 +08:00
Fix memory leak of NSPasteboardItem in wxOSXPasteboard code
Add missing release.
This commit is contained in:
committed by
Vadim Zeitlin
parent
d23d483241
commit
e69aa968d1
@@ -70,7 +70,7 @@ public:
|
||||
|
||||
~wxOSXPasteboardSinkItem()
|
||||
{
|
||||
|
||||
[m_item release];
|
||||
}
|
||||
|
||||
virtual void SetData(const wxDataFormat& format, const void *buf, size_t datasize) override
|
||||
|
||||
Reference in New Issue
Block a user