Commit 3d77dd10 authored by Alexandre Julliard's avatar Alexandre Julliard

winedump: Get rid of a useless destructor.

parent de47a596
...@@ -337,18 +337,3 @@ static const char *get_type (parsed_symbol *sym, const char *proto, int arg) ...@@ -337,18 +337,3 @@ static const char *get_type (parsed_symbol *sym, const char *proto, int arg)
} }
return proto_str; return proto_str;
} }
#ifdef __GNUC__
/*******************************************************************
* search_cleanup
*
* Free memory used while searching (a niceity)
*/
void search_cleanup (void) __attribute__ ((destructor));
void search_cleanup (void)
{
free (grep_buff);
free (fgrep_buff);
}
#endif
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment