Deallocates all storage memory blocks or returns them to the parent, if any. Then it deallocates the storage header and clears the pointer to the storage. All children of the storage must be released before the parent is released.

Namespace: Emgu.CV
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.2.1.1150 (2.2.1.1150)

Syntax

         
 C#  Visual Basic  Visual C++ 
public static void cvReleaseMemStorage(
	ref IntPtr storage
)
Public Shared Sub cvReleaseMemStorage ( _
	ByRef storage As IntPtr _
)
public:
static void cvReleaseMemStorage(
	IntPtr% storage
)

Parameters

storage
IntPtr%
Pointer to the released storage

See Also