Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
329
static
330
void 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_import
Function · 0.85
demoprot_export
Function · 0.85
Calls
1
pfree
Function · 0.50
Tested by
no test coverage detected