#273: v.example leaks memory in db_open_select_cursor -----------------------+---------------------------------------------------- Reporter: karme | Owner: [email protected] Type: defect | Status: new Priority: major | Milestone: 6.4.0 Component: Database | Version: svn-trunk Resolution: | Keywords: Platform: Linux | Cpu: x86-32 -----------------------+---------------------------------------------------- Comment (by glynn):
Replying to [comment:4 karme]: > A quick grep for db_open_select_cursor gives many hits and some of them are in a inner loop. For example: v.out.ogr (in mk_att), d.vect (attr.c), v.label, ... These modules should probably be making a single SELECT statement and storing the results in a btree (or similar), rather than executing a separate query for each line. -- Ticket URL: <http://trac.osgeo.org/grass/ticket/273#comment:5> GRASS GIS <http://grass.osgeo.org>
_______________________________________________ grass-dev mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/grass-dev
