Skip to content

Commit

Permalink
remember to delete debug object for gdal
Browse files Browse the repository at this point in the history
  • Loading branch information
hobu committed Oct 24, 2012
1 parent 64324e2 commit 2dda8bf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/drivers/oci/Reader.cpp
Expand Up @@ -331,6 +331,9 @@ std::string Reader::getQueryString() const

Reader::~Reader()
{
if (m_gdal_debug != 0)
delete m_gdal_debug;

return;
}

Expand Down

0 comments on commit 2dda8bf

Please sign in to comment.