diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2014-06-28 16:54:07 +0200 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2014-06-28 16:56:24 +0200 |
commit | 715ecfe3617cf13fd8d994e4322c3bbcc093e5cd (patch) | |
tree | 874a1ff037bae1d8e6aad38627a0fb519f837c95 /connectivity | |
parent | 9015333ebd5b33c9c6c3a9072167af4c77d6d75a (diff) |
firebird driver: shutdown explicitely firebird on dispose of driver.
Change-Id: Ia44f7e01a3a01da57e4d9382f41511aa6f987b43
Diffstat (limited to 'connectivity')
-rw-r--r-- | connectivity/source/drivers/firebird/Driver.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/connectivity/source/drivers/firebird/Driver.cxx b/connectivity/source/drivers/firebird/Driver.cxx index c14e1f26ad16..a6eacc634843 100644 --- a/connectivity/source/drivers/firebird/Driver.cxx +++ b/connectivity/source/drivers/firebird/Driver.cxx @@ -110,6 +110,8 @@ void FirebirdDriver::disposing() osl_clearEnvironment(our_sFirebirdMsgVar.pData); #endif + OSL_VERIFY(fb_shutdown(0, 1)); + ODriver_BASE::disposing(); } |