--------------------- PatchSet 11899 Date: 2008/01/14 03:26:41 Author: adrian Branch: SQUID_2_7 Tag: (none) Log: Bug #2187: Memory leak storeClientReadHeader after the store url changes Members: src/store_client.c:1.127.2.1->1.127.2.2 Index: squid/src/store_client.c =================================================================== RCS file: /cvsroot/squid/squid/src/store_client.c,v retrieving revision 1.127.2.1 retrieving revision 1.127.2.2 diff -u -r1.127.2.1 -r1.127.2.2 --- squid/src/store_client.c 2 Jan 2008 15:49:31 -0000 1.127.2.1 +++ squid/src/store_client.c 14 Jan 2008 03:26:41 -0000 1.127.2.2 @@ -1,6 +1,6 @@ /* - * $Id: store_client.c,v 1.127.2.1 2008/01/02 15:49:31 hno Exp $ + * $Id: store_client.c,v 1.127.2.2 2008/01/14 03:26:41 adrian Exp $ * * DEBUG: section 20 Storage Manager Client-Side Interface * AUTHOR: Duane Wessels @@ -424,8 +424,10 @@ break; case STORE_META_URL: new_url = xstrdup(t->value); + break; case STORE_META_STOREURL: new_store_url = xstrdup(t->value); + break; case STORE_META_OBJSIZE: break; case STORE_META_STD: