diff options
author | Andreas Bregas <ab@openoffice.org> | 2001-11-26 12:15:26 +0000 |
---|---|---|
committer | Andreas Bregas <ab@openoffice.org> | 2001-11-26 12:15:26 +0000 |
commit | 49771451f2cfae6bfc0b635af5de55ba60237703 (patch) | |
tree | fd2e86be5b74fea16f7753a8f1db6bcd1568d0a2 /basic | |
parent | d94f361c9fb992613210f9d3743341b8b6a08c72 (diff) |
#95223# Delete LibraryContainerInfo
Diffstat (limited to 'basic')
-rw-r--r-- | basic/source/basmgr/basmgr.cxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/basic/source/basmgr/basmgr.cxx b/basic/source/basmgr/basmgr.cxx index 12678000be8f..72a6e6c4e0b5 100644 --- a/basic/source/basmgr/basmgr.cxx +++ b/basic/source/basmgr/basmgr.cxx @@ -2,9 +2,9 @@ * * $RCSfile: basmgr.cxx,v $ * - * $Revision: 1.13 $ + * $Revision: 1.14 $ * - * last change: $Author: ab $ $Date: 2001-11-23 17:35:38 $ + * last change: $Author: ab $ $Date: 2001-11-26 13:15:26 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -193,6 +193,7 @@ struct BasicManagerImpl BasicManagerImpl::~BasicManagerImpl() { + delete mpInfo; delete mpManagerStream; if( mppLibStreams ) { |