![]() | Programming Guide | ![]() |
Unloads LDBs from memory
int sm_ldb_unload(char *ldbname);int sm_ldb_h_unload(int ldbhandle);
ldbname- The name of the LDB to unload.
ldbhandle- The integer handle of the LDB to unload.
sm_ldb_unloadunloads LDBs and free the memory allocated for it. If the LDB is loaded more than once, usesm_ldb_unloadto unload all instances; to unload a specific instance, supply its handle withsm_ldb_h_unload.
![]()
![]()
![]()
![]()