Andre Reitz wrote:
Another Hint,

i am pretty sure that it is in "copyFetchBuffer"
se realloc

It seems you're right.


Add to the routine closeResultSet the following lines:
    if (nself->dataBuf != NULL) {
        free (nself->dataBuf);
        nself->dataBuf = NULL;
    }

Thanks for tracking it down, I'll create new binaries.

Daniel Dittmar

--
Daniel Dittmar
SAP Labs Berlin
[EMAIL PROTECTED]


-- MaxDB Discussion Mailing List For list archives: http://lists.mysql.com/maxdb To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]



Reply via email to