lod_destroy

Destroy a liblod context

Synopsis

#include <liblod.h>

int lod_destroy(LODCONTEXT *context);

Description

lod_destroy frees the resources allocated for a liblod context previously created by lod_create.

If, as is the case if they are not manually-assigned, the associated librdf model, storage and world and libcurl handle were automatically-created, they will also be destroyed (and any remaining pointers to them will become invalid).

See also

liblod, lod_create.