summaryrefslogtreecommitdiff
path: root/setupeepg.h
diff options
context:
space:
mode:
Diffstat (limited to 'setupeepg.h')
-rw-r--r--setupeepg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/setupeepg.h b/setupeepg.h
index 4c30ede..0db20d1 100644
--- a/setupeepg.h
+++ b/setupeepg.h
@@ -33,7 +33,7 @@ public:
void setConfDir(char* confDir)
{
if (ConfDir)
- delete ConfDir;
+ delete [] ConfDir;
ConfDir = new char[strlen(confDir)+1];
strcpy(ConfDir, confDir);
}