what the fuck were they smoking

/*
Function to free dboptions hash element
*/

extern “C” void free_dbopt(void *dbopt);

void free_dbopt(void *dbopt)
{
free((unsigned char*) dbopt);
}

2 thoughts on “what the fuck were they smoking

  1. LOL yeah… I have seen that and removed it in one of my experimental branches many months ago.
    It’s a good WTF…

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.