mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
FIX: memory leaks in Share on MacOS
This commit is contained in:
parent
e3c9945296
commit
ecac177983
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