8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 00:03:02 +01:00

Little examples fix

This commit is contained in:
Alexander Peshkov 2016-04-01 16:04:47 +03:00
parent 33c3275358
commit 6e9a2f7344

View File

@ -198,4 +198,6 @@ int main()
// generic cleanup
prov->release();
status.dispose();
return rc;
}