aboutsummaryrefslogblamecommitdiffstats
path: root/libcontacts_address_destroy.3
blob: cc5c6063d418230d1e88e9fb7286be6d5b37d538 (plain) (tree)

































                                                                            
.TH LIBCONTACTS_ADDRESS_DESTROY 3 LIBCONTACTS
.SH NAME
libcontacts_address_destroy \- Deallocate memory for a contact address entry
.SH SYNOPSIS
.nf
#include <libcontacts.h>

int libcontacts_address_destroy(struct libcontacts_address *\fIentry\fP);
.fi
.PP
Link with
.IR -lcontacts .

.SH DESCRIPTION
The
.BR libcontacts_address_destroy ()
function deallocates the memory stored in
.IR *entry .
The caller must manually call
.BR free (3)
on the pointer
.I entry
afterwards if it a freeable pointer.

.SH RETURN VALUE
None.

.SH ERRORS
None.

.SH SEE ALSO
.BR libcontacts.h (0),
.BR libcontacts (7),
.BR libcontacts_contact_destroy (3)