ports/textproc/isearch/patches/patch-Isearch-cgi_cgi-util_cxx

14 lines
283 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
Index: Isearch-cgi/cgi-util.cxx
--- Isearch-cgi/cgi-util.cxx.orig
+++ Isearch-cgi/cgi-util.cxx
@@ -182,8 +182,7 @@ PCHR CGIAPP::GetValueByName(const PCHR field) {
}
CGIAPP::~CGIAPP() {
- delete [] name;
- delete [] value;
+ // this leaks ! how many pointers do I have ?
}