@@ -194,14 +194,14 @@ #ifdef OF_SELUID24 uint_fast16_t j; #endif for (i = 0; i < 256; i++) { -#ifdef OF_SELUID24 if (s->buckets[i]->empty) continue; +#ifdef OF_SELUID24 for (j = 0; j < 256; j++) if (!s->buckets[i]->buckets[j]->empty) free(s->buckets[i]->buckets[j]); #endif