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

Little example fix

This commit is contained in:
Alexander Peshkov 2016-04-01 15:54:56 +03:00
parent 5e3cc4b988
commit c133e0db89

View File

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