Zebediah Figura (@zfigura) commented about dlls/msado15/recordset.c:
return S_OK;
}
+static void clear_recordset_filter(struct recordset *recordset)
"clear" sounds like an odd name for this function; I'd expect something like "destroy", "cleanup", "free" (and "filters" in the plural?)