MCPcopy Create free account
hub / github.com/apache/cloudberry / FreeDemoUri

Function FreeDemoUri

contrib/extprotocol/gpextprotocol.c:329–338  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

327}
328
329static
330void FreeDemoUri(DemoUri *uri)
331{
332 if (uri->path)
333 pfree(uri->path);
334 if (uri->protocol)
335 pfree(uri->protocol);
336
337 pfree(uri);
338}

Callers 2

demoprot_importFunction · 0.85
demoprot_exportFunction · 0.85

Calls 1

pfreeFunction · 0.50

Tested by

no test coverage detected