Chenzhen, I think most people that read the postgis dev users group probably read this one (users group) as well. Your question is more suitable to the dev group though.
http://postgis.refractions.net/mailman/listinfo/postgis-devel Hope that helps, Regina -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of zhenchen17 Sent: Tuesday, June 10, 2008 9:09 AM To: postgis-users@postgis.refractions.net Subject: [postgis-users] question about memory leak when deserialize Hi folk, I have a question on memory leak when deserialize. In the fuctions such as lwmpoly_deserialize, lwmline_deserialize and lwmpoint_deserialize, there is a temporal variable named insp which is defined as LWGEOM_INSPECTED *insp; It allocated memory when it initialized in the statement : insp = lwgeom_inspect(srl); However, when finished, nowhere to free this memory which causes memory leak. Is that a bug or on purpose? or should be free manully by some methods? Regards! Chenzhen _______________________________________________ postgis-users mailing list postgis-users@postgis.refractions.net http://postgis.refractions.net/mailman/listinfo/postgis-users _______________________________________________ postgis-users mailing list postgis-users@postgis.refractions.net http://postgis.refractions.net/mailman/listinfo/postgis-users