lod_instance_destroy

Destroy a liblod instance

Synopsis

#include <liblod.h>

int lod_instance_destroy(LODINSTANCE *instance);

Description

lod_instance frees the resources allocated for a liblod instance previously created by lod_resolve or lod_instance_primarytopic.

Once an instance has been destroyed, any librdf streams or URIs associated with the context will become invalidated.

See also

liblod, lod_resolve, lod_instance_primarytopic.