Index: src/store_swapmeta.c =================================================================== RCS file: /cvsroot/squid/squid/src/store_swapmeta.c,v retrieving revision 1.11 diff -u -r1.11 store_swapmeta.c --- src/store_swapmeta.c 20 May 2006 13:36:59 -0000 1.11 +++ src/store_swapmeta.c 27 Jul 2006 07:49:16 -0000 @@ -120,7 +120,7 @@ tlv * storeSwapMetaUnpack(const char *buf, int *hdr_len) { - tlv *TLV; /* we'll return this */ + tlv *TLV = NULL; /* we'll return this */ tlv **T = &TLV; char type; int length;