MapServer / MapServer-import

3 stars 2 forks source link

Rework mappluginlayer.c to use dynamic allocation of vtItems[] #2164

Open tbonfort opened 12 years ago

tbonfort commented 12 years ago

Reporter: dmorissette Date: 2007/07/19 - 17:26 While working on ticket #302, 3f4f81c8aa0e7312961cd1b653282eaa40c5263d (r6356), the mappluginlayer.c stuff has also been updated to dynamically allocate the vtItems[] in the VTFactoryObj inside insertNewVTFItem().

A new msPluginFreeVirtualTableFactory() function has been implemented to presumably be called from msCleanup() and free the gVirtualTableFactory, but I have not added the call to msCleanup() yet.

I'll leave that to Tamas to review my changes, confirm they are correct, and add the call in msCleanup().

tbonfort commented 12 years ago

Author: tamas Date: 2011/03/05 - 20:59 Applied in 3169f3988b842659a65149e0228c53929609faf1 (r11083)

Schpidi commented 11 years ago

This is an automated comment

This issue has been closed due to lack of activity. This doesn't mean the issue is invalid, it simply got no attention within the last year. Please reopen if still valid.