--- libraries/liblber/decode.c 2003/03/03 14:54:49 1.90 +++ libraries/liblber/decode.c 2003/03/04 08:16:57 1.91 @@ -1,5 +1,5 @@ /* decode.c - ber input decoding routines */ -/* $OpenLDAP: pkg/ldap/libraries/liblber/decode.c,v 1.89 2003/01/23 01:19:59 hyc Exp $ */ +/* $OpenLDAP: pkg/ldap/libraries/liblber/decode.c,v 1.90 2003/03/03 14:54:49 hyc Exp $ */ /* * Copyright 1998-2003 The OpenLDAP Foundation, All Rights Reserved. * COPYING RESTRICTIONS APPLY, see COPYRIGHT file @@ -407,6 +407,7 @@ nomem: case BvArray: LBER_FREE((*b->res.ba)[n].bv_val); break; case BvVec: LBER_FREE((*b->res.bv)[n]->bv_val); LBER_FREE((*b->res.bv)[n]); break; + default: break; } } }