mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Windows: Call OleUninitialize() after DoDragDrop() returns to fix a hang in some cases
This commit is contained in:
parent
8e63662163
commit
3b16efce0b
1 changed files with 2 additions and 0 deletions
|
|
@ -263,6 +263,8 @@ namespace DragAndDropHelpers
|
|||
data->Release();
|
||||
source->Release();
|
||||
|
||||
OleUninitialize();
|
||||
|
||||
if (completionCallback != nullptr)
|
||||
MessageManager::callAsync (completionCallback);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue