[Libreoffice-commits] core.git: Branch 'libreoffice-4-4' - sfx2/source

Caolán McNamara caolanm at redhat.com
Thu Apr 9 05:26:59 PDT 2015


 sfx2/source/appl/app.cxx |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit 38edb91c840c4c109024c578da0aededdcd8dfca
Author: Caolán McNamara <caolanm at 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 <fitojb at ubuntu.com>
    Tested-by: Adolfo Jayme Barrientos <fitojb at 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;


More information about the Libreoffice-commits mailing list