C++ Client-Side SDK
LaunchDarkly SDK
Functions
memory_routines.h File Reference
#include <launchdarkly/bindings/c/export.h>
#include <stdbool.h>
Include dependency graph for memory_routines.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

 LDMemory_FreeString (char *string)
 

Function Documentation

◆ LDMemory_FreeString()

LDMemory_FreeString ( char *  string)

Frees a string returned from the SDK.

Parameters
stringThe string to free.
Returns
void