diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-06-12 17:18:21 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-06-13 17:42:57 +0200 |
commit | 85e6eb78c76263bd10644212b161c6c433e8096d (patch) | |
tree | 20e24b5e4f6b99f66e931656eb612d0b4ac19804 /dbaccess | |
parent | 7f5d3b0ca34678bf3555d959d0aae021e703a86e (diff) |
Fix memory leak
Change-Id: Idc75fd0735452ffdf6a21e3597cd3fe74f651581
Diffstat (limited to 'dbaccess')
-rw-r--r-- | dbaccess/source/shared/registrationhelper.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/dbaccess/source/shared/registrationhelper.cxx b/dbaccess/source/shared/registrationhelper.cxx index 642241181590..308abb04f26d 100644 --- a/dbaccess/source/shared/registrationhelper.cxx +++ b/dbaccess/source/shared/registrationhelper.cxx @@ -141,7 +141,6 @@ uno::Reference< uno::XInterface > OModuleRegistration::getComponentFactory( xReturn = FactoryInstantiationFunction( _rxServiceManager, *pImplName, ComponentInstantiationFunction, *pServices, NULL); if (xReturn.is()) { - xReturn->acquire(); return xReturn.get(); } } |