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

New commits:
commit 0cd2bf10fb4be5423e1386aa427c61ed4a33ef34
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

diff --git a/sfx2/source/appl/app.cxx b/sfx2/source/appl/app.cxx
index 7073ef9..ad88d77 100644
--- a/sfx2/source/appl/app.cxx
+++ b/sfx2/source/appl/app.cxx
@@ -594,6 +594,8 @@ void SfxApplication::MacroOrganizer( sal_Int16 nTabId )
     // get symbol
     basicide_macro_organizer pSymbol = 
reinterpret_cast<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

Reply via email to