$include_dir="/home/hyper-archives/geometry/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [geometry] Populating and destructing multi geometries
From: Alessandro Ranellucci (alex_at_[hidden])
Date: 2013-05-18 17:32:04
On 18-05-2013 at 23:14, Tomislav Maric wrote:
  >I don't think there is a need to create the new multi_linestring
  >object using the "new" operator, and worry about deletion of this
  >object using "delete" or any of its elements in the same way. 
You can
  >use the object directly :
Hi Tomislav,
thank you very much. That fixed my leak. I figured I was missing 
something obvious. :-)
- Alessandro