Kaydet (Commit) 715ecfe3 authored tarafından Norbert Thiebaud's avatar Norbert Thiebaud

firebird driver: shutdown explicitely firebird on dispose of driver.

Change-Id: Ia44f7e01a3a01da57e4d9382f41511aa6f987b43
üst 9015333e
......@@ -110,6 +110,8 @@ void FirebirdDriver::disposing()
osl_clearEnvironment(our_sFirebirdMsgVar.pData);
#endif
OSL_VERIFY(fb_shutdown(0, 1));
ODriver_BASE::disposing();
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment