Generic function to free data allocated by a LEADTOOLS function.
#include "l_bitmap.h"
L_LTKRN_API L_VOID L_FreeBuffer(pBuffer)
Pointer to the buffer to the data to be freed. If the value is NULL
, then the function will not perform any action.
L_FreeBuffer
is a generic function to free the memory allocated by LEADTOOLS in various functions. The Comments section or the function which allocated the buffer will indicate when to use L_FreeBuffer
.
For example, L_ExtractAttachment can allocate memory which has to be freed using L_FreeBuffer.
Win32, x64, Linux.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document