Hello,

i'm currently working on cleanup of the db interface, at the moment on the 
free_row and free_rows functions. I have one question regarding 
the "free_row" function:

The unixodbc and mysql modules simple call pgk_free on ROW_VALUES(db_row *). 
The postgresql module loops in the "pg_free_rows" function through each 
collumn, and frees only DB_STRING values, according the comments to prevent 
memory leaks.

Which behaviour is correct, or if booth, what should i choose for the generic 
implementation? 

Thank you,

Henning

_______________________________________________
Devel mailing list
Devel@openser.org
http://openser.org/cgi-bin/mailman/listinfo/devel

Reply via email to