Tao.Ode SDK Documentation

Ode.dCloseODE Method 

This deallocates some extra memory used by ODE that can not be deallocated using the normal destroy functions, e.g. dWorldDestroy. You can use this function at the end of your application to prevent memory leak checkers from complaining about ODE.

[Visual Basic]
Public Shared Sub dCloseODE()
[C#]
public static void dCloseODE();

See Also

Ode Class | Tao.Ode Namespace