MCPcopy Create free account
hub / github.com/audacity/audacity / freeText

Function freeText

lib-src/sqlite/shell.c:819–822  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

817 memset(p, 0, sizeof(*p));
818}
819static void freeText(ShellText *p){
820 free(p->z);
821 initText(p);
822}
823
824/* zIn is either a pointer to a NULL-terminated string in memory obtained
825** from malloc(), or a NULL pointer. The string pointed to by zAppend is

Callers 3

shellFakeSchemaFunction · 0.85
dump_callbackFunction · 0.85
do_meta_commandFunction · 0.85

Calls 2

freeFunction · 0.85
initTextFunction · 0.85

Tested by

no test coverage detected