aboutsummaryrefslogblamecommitdiffstats
path: root/libcontacts_organisation_destroy.c
blob: 94d4a3a8f3486b51c1da3c3a8ffbfebfb6eedb9c (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11










                                                                       
/* See LICENSE file for copyright and license details. */
#include "common.h"


void
libcontacts_organisation_destroy(struct libcontacts_organisation *this)
{
	free(this->organisation);
	free(this->title);
	DESTROY_ALL(this->unrecognised_data, free);
}