MCPcopy Create free account
hub / github.com/Tencent/TAD_Sim / release

Method release

common/map_sdk/mapdb/src/sqlite_operation.cpp:51–57  ·  view source on GitHub ↗

free manually no need to free data from sqlite3_column_blob

Source from the content-addressed store, hash-verified

49 // free manually
50 // no need to free data from sqlite3_column_blob
51 void release() {
52 if (data != NULL) {
53 gaiaFree(data);
54 data = NULL;
55 size = 0;
56 }
57 }
58};
59
60static bool createBlob(const hadmap::Points3d& geom, const int srs, sqlite3_blob_data& blob) {

Callers 5

mainFunction · 0.45
insertRoadsMethod · 0.45
insertLanesMethod · 0.45
insertLaneBoundariesMethod · 0.45
insertLaneLinksMethod · 0.45

Calls

no outgoing calls

Tested by 1

mainFunction · 0.36