aboutsummaryrefslogtreecommitdiffstats
path: root/libgamma_quartz_cg_partition_destroy.c
blob: 10be77214b483cbaa4368f4e5a981b0131e08d6f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/* See LICENSE file for copyright and license details. */
#define IN_LIBGAMMA_QUARTZ_CG
#include "common.h"


/**
 * Release all resources held by a partition state
 * 
 * @param  this  The partition state
 */
void
libgamma_quartz_cg_partition_destroy(struct libgamma_partition_state *restrict this)
{
	free(this->data);
}