[Libreoffice-commits] core.git: basic/source

Noel Grandin noel at peralex.com
Tue Feb 24 00:38:44 PST 2015


 basic/source/runtime/ddectrl.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 9473ba24698ab5b98a72b38c3a38f7cddd45411e
Author: Noel Grandin <noel at peralex.com>
Date:   Tue Feb 24 10:35:10 2015 +0200

    fix marking of free slots in array
    
    Change-Id: I5170b9bbc4a3acab8307f7ad5ebc5e4ba9d58352

diff --git a/basic/source/runtime/ddectrl.cxx b/basic/source/runtime/ddectrl.cxx
index 56603d1..3e9cb9f 100644
--- a/basic/source/runtime/ddectrl.cxx
+++ b/basic/source/runtime/ddectrl.cxx
@@ -133,6 +133,7 @@ SbError SbiDdeControl::Terminate( size_t nChannel )
         return SbERR_DDE_NO_CHANNEL;
     }
     delete pConv;
+    aConvList[nChannel-1] = DDE_FREECHANNEL;
 
     return 0L;
 }


More information about the Libreoffice-commits mailing list