Free all of the memory allocated to an option list, including the key and value strings. 
            

 Declaration Syntax
public static void free_options(
	IntPtr options
)
Public Shared Sub free_options ( _
	options As IntPtr _
)
public:
static void free_options(
	IntPtr options
)

 Parameters
- options (IntPtr)
 - 
                Pointer to the head of the option list. If Zero is passed, the function does nothing.
            
 
Assembly: 
libao-sharp (Module: libao-sharp) Version: 0.8.8.18341