Next: , Previous: bpipe_iochannel_close, Up: Internal Functions   [Contents]


A.5.15 bpipe_iochannel_delete

delete an I/O channel structure

Synopsis

#include <bpipe/bpipe.h>

void bpipe_iochannel_delete(IOchannel *ioc);

Parameters

IOchannel *ioc

the channel to deallocate

Description

This routine deallocates the memory associated with an I/O channel. if the passed pointer is NULL, it returns quietly.