home *** CD-ROM | disk | FTP | other *** search
- /*
- pro_finish.c
- $Revision: 1.4 $ $Date: 1993/07/19 22:38:51 $
- $Source: /cmplrs.src/v4.00/libdwarf/RCS/pro_finish.c,v $
-
- exit function
- */
-
- #include "pro_incl.h"
-
- /*---------------------------------------------------------------
- This routine deallocates all memory, and does some
- finishing up
- -----------------------------------------------------------------*/
- Dwarf_Unsigned
- dwarf_producer_finish(Dwarf_P_Debug dbg, Dwarf_Error *error)
- {
- dwarf_p_dealloc((void *)dbg, 0);
- }
-