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


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