diff -N -c -r -X exclude_files squid-1.0.beta11/src/store.c squid-1.0.beta11.henrik/src/store.c *** squid-1.0.beta11/src/store.c Sat Jun 1 09:49:38 1996 --- squid-1.0.beta11.henrik/src/store.c Sat Jun 1 15:29:55 1996 *************** *** 598,604 **** debug(20, 3, "storeSetPublicKey: Making old '%s' private.\n", newkey); e2 = (StoreEntry *) table_entry; storeSetPrivateKey(e2); ! storeReleaseRequest(e2); if (loop_detect++ == 10) fatal_dump("storeSetPublicKey() is looping!!"); newkey = storeGeneratePublicKey(e->url, e->method); --- 598,604 ---- debug(20, 3, "storeSetPublicKey: Making old '%s' private.\n", newkey); e2 = (StoreEntry *) table_entry; storeSetPrivateKey(e2); ! storeRelease(e2); if (loop_detect++ == 10) fatal_dump("storeSetPublicKey() is looping!!"); newkey = storeGeneratePublicKey(e->url, e->method);