14
0
forked from pool/python-pysvn
OBS User unknown
2008-11-20 15:21:40 +00:00
committed by Git OBS Bridge
parent 0c3608f69b
commit d2e739fe5b
3 changed files with 22 additions and 3 deletions

View File

@@ -0,0 +1,11 @@
--- Source/pysvn_svnenv.cpp 2008-11-18 11:25:47.000000000 +0100
+++ Source/pysvn_svnenv.cpp 2008-11-18 11:28:21.000000000 +0100
@@ -478,7 +478,7 @@
SvnContext::~SvnContext()
{
- delete m_config_dir;
+ delete [] m_config_dir; m_config_dir = NULL;
if( m_pool )
{