aboutsummaryrefslogblamecommitdiffstats
path: root/libcontacts_site_destroy.c
blob: f1cef310d7f0e7c466502f8499e8648c0afc2475 (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_site_destroy(struct libcontacts_site *this)
{
	free(this->context);
	free(this->address);
	DESTROY_ALL(this->unrecognised_data, free);
}