On Thursday 06 March 2008, Daniel-Constantin Mierla wrote: > Revision: 3868 > http://openser.svn.sourceforge.net/openser/?rev=3868&view=rev > Author: miconda > Date: 2008-03-06 05:05:01 -0800 (Thu, 06 Mar 2008) > > Log Message: > ----------- > - don't free dbtext values in core DB api, the module will free along with > the internal structure (related to #1891453 reported by Ovidiu Sas) - > formatted some logs to fit 80char line
Thank you Daniel for the fix. Just a short note to prevent confusion if somebody reviews the other drivers.. Its not strictly necessary to set this free-flag explicit to zero, as the used structure is initialized with a memset, so its already zero. Cheers, Henning _______________________________________________ Devel mailing list [email protected] http://lists.openser.org/cgi-bin/mailman/listinfo/devel
