Memory leak in FirebirdSql.Data.Client.Gds.GdsStatement.Execute()
-----------------------------------------------------------------

                 Key: DNET-184
                 URL: http://tracker.firebirdsql.org/browse/DNET-184
             Project: .NET Data provider
          Issue Type: Sub-task
            Reporter: Jiri Cincura
            Assignee: Jiri Cincura


2. FirebirdSql.Data.Client.Gds.GdsStatement.Execute() 

... 
if (this.parameters != null) 
{ 
XdrStream xdr = new XdrStream(this.db.Charset); 
xdr.Write(this.parameters); 

descriptor = xdr.ToArray(); 

xdr.Close(); 
        // !!! must be disposed !!! 
        xdr.Dispose(); 
        xdr = null; 
}

-- 
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

        

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider

Reply via email to