gallium: Fix build on Windows.
authorMichal Krol <michal@tungstengraphics.com>
Tue, 26 Feb 2008 10:49:25 +0000 (11:49 +0100)
committerMichal Krol <michal@tungstengraphics.com>
Tue, 26 Feb 2008 10:49:25 +0000 (11:49 +0100)
src/gallium/auxiliary/cso_cache/cso_cache.c

index a6e8469b44199d39e02813c99d71a7a6f8cef8f0..b427b509f8aad27e8751e40ab5d194cc03b6e424 100644 (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,