use delete instead of destroy_ds for now
This commit is contained in:
parent
d4c2fbf718
commit
d9973561ad
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ namespace mapnik
|
|||
{
|
||||
static void destroy(DATASOURCE* ds)
|
||||
{
|
||||
destroy_ds(ds);
|
||||
delete ds;
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue