Skip to content

Commit

Permalink
fixed a newly introduced deallocation error.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/branches/symbology-ng-branch@11414 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
wonder committed Aug 17, 2009
1 parent dedd0cf commit 863e089
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/pal/pal.cpp
Expand Up @@ -269,7 +269,7 @@ namespace pal
}

// generate candidates for the feature part
LabelPosition** lPos;
LabelPosition** lPos = NULL;
int nblp = ft_ptr->setPosition( context->scale, &lPos, context->bbox_min, context->bbox_max, ft_ptr, context->candidates
#ifdef _EXPORT_MAP_
, *context->svgmap
Expand Down

0 comments on commit 863e089

Please sign in to comment.