Kaydet (Commit) 2bb4d6ca authored tarafından Philippe Jung's avatar Philippe Jung Kaydeden (comit) Michael Meeks

Missing disposeAndClear in MsgBox basic function

Change-Id: Ida3d792a6f3797a6173b31b86a49b72ad7353340
Reviewed-on: https://gerrit.libreoffice.org/15717Reviewed-by: 's avatarMichael Meeks <michael.meeks@collabora.com>
Tested-by: 's avatarMichael Meeks <michael.meeks@collabora.com>
üst 8931abc0
...@@ -4649,6 +4649,7 @@ RTLFUNC(MsgBox) ...@@ -4649,6 +4649,7 @@ RTLFUNC(MsgBox)
nMappedRet = nButtonMap[ nRet ]; nMappedRet = nButtonMap[ nRet ];
} }
rPar.Get(0)->PutInteger( nMappedRet ); rPar.Get(0)->PutInteger( nMappedRet );
pBox.disposeAndClear();
} }
RTLFUNC(SetAttr) RTLFUNC(SetAttr)
......
Markdown is supported
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