Commit 7f79e04a authored by Joerg Bornemann's avatar Joerg Bornemann Committed by The Qt Project
Browse files

fix memory leak in QAxServerBase::internalActivate


There is no need to call QStringToBSTR, because the method
IOleInPlaceUIWindow::SetActiveObject expects an POLESTR, not a PBSTR.

Task-number: QTBUG-30890

Change-Id: I98e42d400400cae849198d2d9c7cbb9c6de7991d
Reviewed-by: default avatarAndy Shaw <andy.shaw@digia.com>
Reviewed-by: default avatarJan Arve Sæther <jan-arve.saether@digia.com>
parent e1084919
Branches
Tags
No related merge requests found
Showing with 2 additions and 2 deletions
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment