'\" t .\" Title: ida_destroy .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] .\" Generator: DocBook XSL Stylesheets v1.79.1 .\" Date: July 2017 .\" Manual: Basic Kernel Library Functions .\" Source: Kernel Hackers Manual 4.11.6 .\" Language: English .\" .TH "IDA_DESTROY" "9" "July 2017" "Kernel Hackers Manual 4\&.11\&" "Basic Kernel Library Functions" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .\" http://bugs.debian.org/507673 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) .ad l .\" ----------------------------------------------------------------- .\" * MAIN CONTENT STARTS HERE * .\" ----------------------------------------------------------------- .SH "NAME" ida_destroy \- Free the contents of an ida .SH "SYNOPSIS" .HP \w'void\ ida_destroy('u .BI "void ida_destroy(struct\ ida\ *\ " "ida" ");" .SH "ARGUMENTS" .PP \fIstruct ida * ida\fR .RS 4 ida handle .RE .SH "DESCRIPTION" .PP Calling this function releases all resources associated with an IDA\&. When this call returns, the IDA is empty and can be reused or freed\&. The caller should not allow \fBida_remove\fR or \fBida_get_new_above\fR to be called at the same time\&. .SH "COPYRIGHT" .br