summaryrefslogtreecommitdiff
path: root/connectivity
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2013-05-08 07:18:57 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2013-05-09 23:29:45 +0200
commit615d8be81a89edc73702534db8a0a7a4b81ef877 (patch)
tree1050ae8614a0ed6437eafca527e0e4763c0728fe /connectivity
parentfbc4e96901a743bc846078529c627e2e02808f05 (diff)
coverity#982277: reosurce leak
Change-Id: I5d2b99645faf18e8af9bc0f0b4bff210f9ee8743
Diffstat (limited to 'connectivity')
-rw-r--r--connectivity/source/drivers/mork/MDriver.cxx1
-rw-r--r--connectivity/source/drivers/mork/MDriver.hxx1
2 files changed, 0 insertions, 2 deletions
diff --git a/connectivity/source/drivers/mork/MDriver.cxx b/connectivity/source/drivers/mork/MDriver.cxx
index 5e94ecc59fc3..2cd17fc2c5a1 100644
--- a/connectivity/source/drivers/mork/MDriver.cxx
+++ b/connectivity/source/drivers/mork/MDriver.cxx
@@ -33,7 +33,6 @@ MorkDriver::MorkDriver(css::uno::Reference< css::uno::XComponentContext > const
{
SAL_INFO("connectivity.mork", "=> MorkDriver::MorkDriver()" );
// css::uno::Reference< com::sun::star::lang::XMultiServiceFactory > xServiceFactory(;
- m_ProfileAccess = new ProfileAccess();
assert(context.is());
}
diff --git a/connectivity/source/drivers/mork/MDriver.hxx b/connectivity/source/drivers/mork/MDriver.hxx
index cc816a0eba7a..04b7a2040b06 100644
--- a/connectivity/source/drivers/mork/MDriver.hxx
+++ b/connectivity/source/drivers/mork/MDriver.hxx
@@ -60,7 +60,6 @@ public:
css::uno::Reference< com::sun::star::lang::XMultiServiceFactory > getFactory(){return m_xFactory;}
private:
- ProfileAccess* m_ProfileAccess;
virtual ~MorkDriver() {}
virtual OUString SAL_CALL getImplementationName()