Skip to content

Commit

Permalink
Fix memory leak in PAL labelling engine
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Feb 14, 2015
1 parent 4a44956 commit 8c16daf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/pal/layer.cpp
Expand Up @@ -121,6 +121,7 @@ namespace pal

delete hashtable;
delete modMutex;
delete connectedTexts;
}

Feature* Layer::getFeature( const char* geom_id )
Expand Down

0 comments on commit 8c16daf

Please sign in to comment.