Small memory leak when resultset is empty
-----------------------------------------

                 Key: CORE-5289
                 URL: http://tracker.firebirdsql.org/browse/CORE-5289
             Project: Firebird Core
          Issue Type: Bug
          Components: Engine
    Affects Versions: 3.0.0, 4.0 Initial
            Reporter: Vlad Khorsun


Following scenario produced small memory leak at every loop iteration:

isc_dsql_allocate_statement
for (...)
{
  isc_dsql_prepare
  isc_dsql_execute
  isc_dsql_fetch   // returns end-of-stream, i.e. no results
  isc_dsql_free_statement(..., DSQL_unprepare)
}


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://tracker.firebirdsql.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

------------------------------------------------------------------------------
Attend Shape: An AT&T Tech Expo July 15-16. Meet us at AT&T Park in San
Francisco, CA to explore cutting-edge tech and listen to tech luminaries
present their vision of the future. This family event has something for
everyone, including kids. Get more information and register today.
http://sdm.link/attshape
Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel

Reply via email to