forked from pool/python-pysvn
This commit is contained in:
committed by
Git OBS Bridge
parent
0c3608f69b
commit
d2e739fe5b
11
bnc445431_pysvn_svnenv.cpp.diff
Normal file
11
bnc445431_pysvn_svnenv.cpp.diff
Normal 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 )
|
||||
{
|
Reference in New Issue
Block a user