Yet another bug fix... this one from Luke.

This commit is contained in:
Kurt Zeilenga 2002-08-29 19:54:17 +00:00
parent 3b799694ee
commit 81420d4f91

View File

@ -150,6 +150,9 @@ static int objectSubClassIndexer(
#endif
}
ocvalues[i].bv_val = NULL;
ocvalues[i].bv_len = 0;
/* expand values */
for( i=0; i<noc; i++ ) {
int j;