MCPcopy Create free account
hub / github.com/OpenSIPS/opensips / db_http_free_result

Function db_http_free_result

modules/db_http/http_dbase.c:1171–1182  ·  view source on GitHub ↗

* Free all memory allocated by get_result */

Source from the content-addressed store, hash-verified

1169 * Free all memory allocated by get_result
1170 */
1171int db_http_free_result(db_con_t* _h, db_res_t* _r)
1172{
1173
1174
1175 db_free_columns( _r );
1176
1177 db_free_rows( _r );
1178
1179 pkg_free(_r);
1180
1181 return 0;
1182}
1183
1184
1185/*

Callers 1

form_resultFunction · 0.85

Calls 2

db_free_columnsFunction · 0.85
db_free_rowsFunction · 0.85

Tested by

no test coverage detected