Subject memory leaking
Author C R Zamana
Hi.

Well, those hints about the isc_expand_dpb() was very
right and I'm not losing those precious 4 bytes :-)

Anyway I'm suffering from memory leaking problems yet.

Currently I'm using the following api functions,
beyond others, to do my job:

isc_start_transaction()
isc_dsql_allocate_statement()
isc_dsql_free_statement()
isc_dsql_prepare()
isc_dsql_describe()
isc_dsql_fetch()
isc_commit_transaction()
isc_decode_timestamp()

Please, is there any issues about this functions?

My environemnt is:

RedHat 7.2 ( very updated :-)
kernel 2.4.17 ( recompiled by myself )
FirebirdSS-1.0.0-0a.Beta2

Thank you very much.
Best regards.