r600/compute: Use the correct FREE macro when deleting compute state

Reviewed-by: Tom Stellard <thomas.stellard@amd.com>

CC: "10.0" <mesa-stable@lists.freedesktop.org>
This commit is contained in:
Aaron Watry
2013-11-08 13:53:10 -06:00
parent e19717d075
commit 0bd858d7ff
+1 -1
View File
@@ -246,7 +246,7 @@ void evergreen_delete_compute_state(struct pipe_context *ctx, void* state)
}
#endif
free(shader);
FREE(shader);
}
static void evergreen_bind_compute_state(struct pipe_context *ctx_, void *state)