logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

ppd_file_free - Free memory used by a ppd structure

Description

       There are many dynamically allocated sub structures within the PpdFile structure and this makes sure that
       they  are  all freed up appropriately.  The PpdFile pointer must have been previously obtained via a call
       to one of the ppd_file_new(3) functions.

Name

       ppd_file_free - Free memory used by a ppd structure

See Also

ppd_file_new(3), ppd_emit_to_file(3)

Linux Programmer's Manual                         14 July 2000                                  ppd_file_free(3)

Synopsis

#include<ppd.h>voidppd_file_free(PpdFile*ppd);

See Also