Previous Topic

Next Topic

Resolved Unhandled Exceptions When Executing an Explain Plan with c-treeACE

When an explain plan operation is executed on a cached statement, c-treeACE terminated with an unhandled exception. An object had been freed, however, a pointer to that object had not been reset. This pointer value is now correctly set to NULL when the referenced object is freed.