Add missing cleanup calls for IQ2_S, IQ1_M quantization types and IQ3XS with 512 blocks during quantization cleanup.
iq2xs_free_impl(GGML_TYPE_IQ2_XXS);
iq2xs_free_impl(GGML_TYPE_IQ2_XS);
+ iq2xs_free_impl(GGML_TYPE_IQ2_S);
iq2xs_free_impl(GGML_TYPE_IQ1_S);
+ iq2xs_free_impl(GGML_TYPE_IQ1_M);
iq3xs_free_impl(256);
+ iq3xs_free_impl(512);
ggml_critical_section_end();
}