sfx2/source/appl/app.cxx | 2 ++ 1 file changed, 2 insertions(+) New commits: commit 38edb91c840c4c109024c578da0aededdcd8dfca Author: Caolán McNamara <caol...@redhat.com> Date: Thu Apr 9 12:25:18 2015 +0100
Resolves: tdf#90423 too risky to dlclose basctl once opened Change-Id: I92c171b5900d770195bcad71a7df2a282649d479 (cherry picked from commit 0cd2bf10fb4be5423e1386aa427c61ed4a33ef34) Reviewed-on: https://gerrit.libreoffice.org/15213 Reviewed-by: Adolfo Jayme Barrientos <fit...@ubuntu.com> Tested-by: Adolfo Jayme Barrientos <fit...@ubuntu.com> diff --git a/sfx2/source/appl/app.cxx b/sfx2/source/appl/app.cxx index 7c3b888..3b36095 100644 --- a/sfx2/source/appl/app.cxx +++ b/sfx2/source/appl/app.cxx @@ -593,6 +593,8 @@ void SfxApplication::MacroOrganizer( sal_Int16 nTabId ) // get symbol basicide_macro_organizer pSymbol = (basicide_macro_organizer) aMod.getFunctionSymbol("basicide_macro_organizer"); + aMod.release(); + SAL_WARN_IF(!pSymbol, "sfx.doc", "SfxApplication::MacroOrganizer, no symbol!"); if (!pSymbol) return;
_______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits