mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
FIX: memory leaks in Share on MacOS
(cherry picked from commit ecac177983)
This commit is contained in:
parent
e8144cb246
commit
51ab93793b
1 changed files with 1 additions and 0 deletions
|
|
@ -356,6 +356,7 @@ begin
|
|||
|
||||
picker:= NSSharingServicePicker.alloc.initWithItems( filenameArray );
|
||||
picker.showRelativeToRect_ofView_preferredEdge( popupNSRect, NSView(control.handle) , NSMinYEdge );
|
||||
picker.release;
|
||||
end;
|
||||
|
||||
procedure TDCCocoaApplication.observeValueForKeyPath_ofObject_change_context(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue