Frees memory allocated by the dbqual function.
void dbfreequal ( LPCSTR ptr );
Whenever a successful call to dbqual has been issued, a buffer is dynamically allocated by dbqual. The buffer remains allocated to the application. When the application is finished using the buffer, call dbfreequal to free it.