File icewm-1.2.38pre1-bad-delete.patch of Package icewm-lite
---
src/wmprog.cc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- icewm-1.2.38pre1.orig/src/wmprog.cc
+++ icewm-1.2.38pre1/src/wmprog.cc
@@ -58,7 +58,7 @@ DFile::DFile(const char *name, YIcon *ic
}
DFile::~DFile() {
- delete[] fPath;
+ free(fPath);
}
void DFile::open() {