I am using the ODBC SQL functions (SQLConnect etc). I am also using Rational Purify to detect any memory leaks.

My problem. When I call SQLFreeHandle on my connection, Rational Purify detects a memory leak. Does anyone know anything about this? Surely the whole point of freeing the handle is to eliminate leaks?

Thanks for any help.

HD