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

Function explain_data_delete

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

** Free the array allocated by explain_data_prepare(). */

Source from the content-addressed store, hash-verified

13037** Free the array allocated by explain_data_prepare().
13038*/
13039static void explain_data_delete(ShellState *p){
13040 sqlite3_free(p->aiIndent);
13041 p->aiIndent = 0;
13042 p->nIndent = 0;
13043 p->iIndent = 0;
13044}
13045
13046/*
13047** Disable and restore .wheretrace and .selecttrace settings.

Callers 1

shell_execFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected