gallium: Fix build on Windows.

This commit is contained in:
Michal Krol 2008-02-26 11:49:25 +01:00
parent 7838aaffdb
commit ad6bb870de

View file

@ -199,7 +199,7 @@ static INLINE void delete_cso(void *state, enum cso_cache_type type)
}
break;
}
free(state);
FREE(state);
}
static INLINE void sanitize_hash(struct cso_hash *hash, enum cso_cache_type type,