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








                                                                       
                                                     
 
/* 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_STRINGS(this->unrecognised_data);
}