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

Function decimal_clear

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

** Release memory held by a Decimal, but do not free the object itself. */

Source from the content-addressed store, hash-verified

4548** Release memory held by a Decimal, but do not free the object itself.
4549*/
4550static void decimal_clear(Decimal *p){
4551 sqlite3_free(p->a);
4552}
4553
4554/*
4555** Destroy a Decimal object

Callers 2

decimal_freeFunction · 0.85
decimalSumFinalizeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected