MCPcopy Create free account
hub / github.com/GaijinEntertainment/daScript / freeText

Function freeText

modules/dasSQLITE/sqlite/shell.c:946–949  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

944 memset(p, 0, sizeof(*p));
945}
946static void freeText(ShellText *p){
947 free(p->z);
948 initText(p);
949}
950
951/* zIn is either a pointer to a NULL-terminated string in memory obtained
952** 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

initTextFunction · 0.85
freeFunction · 0.50

Tested by

no test coverage detected