--------------------- PatchSet 3823 Date: 2006/10/03 18:17:52 Author: rousskov Branch: squid3-icap Tag: (none) Log: - Fixed comment. Members: src/ICAP/ICAPOptXact.cc:1.1.2.2->1.1.2.3 Index: squid3/src/ICAP/ICAPOptXact.cc =================================================================== RCS file: /cvsroot/squid-sf//squid3/src/ICAP/ICAPOptXact.cc,v retrieving revision 1.1.2.2 retrieving revision 1.1.2.3 diff -u -r1.1.2.2 -r1.1.2.3 --- squid3/src/ICAP/ICAPOptXact.cc 29 Sep 2006 23:27:15 -0000 1.1.2.2 +++ squid3/src/ICAP/ICAPOptXact.cc 3 Oct 2006 18:17:52 -0000 1.1.2.3 @@ -63,7 +63,7 @@ } } - // get rid of options if we did call the callback + // get rid of options if we did not call the callback delete options; options = NULL;