Hi Gerel.

   I think the Stream module documentation is missing the deallocation 
operation,
   the one that deallocs the memory used by the filter itself.
   ##
   pdf_status_t pdf_stm_f_somefilter_dealloc (void **state);
   ###

As I mentioned in a previous email the pdf_stm_destroy() operation
will take care about the memory used by 'state' (if any) by calling
pdf_dealloc.



Reply via email to