Open tbonfort opened 12 years ago
Author: unicoletti Date: 2006/06/08 - 10:00
The problem is that the webObj has only the default constructor created by swig
which does not call initWeb.
Added web.i with constructor and destructor.
Author: szekerest Date: 2006/06/17 - 00:33
I think this is not the only problem. setWeb will copy the webObj structure
itself to the mapObj member but the subsequent objects are not duplicated. Both
mapObj and webObj will own same memory segments and both of them will call free
on it.
As a resolution the entire object tree should be cloned, or the original webObj
should be "disowned".
For more details visit:
http://mapserver.gis.umn.edu/bugs/show_bug.cgi?id=1803
Tamas
Reporter: mapserver@geochem.de Date: 2006/06/07 - 06:33