aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--openbsc/src/utils/meas_db.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsc/src/utils/meas_db.c b/openbsc/src/utils/meas_db.c
index ea44cd922..2e70b313b 100644
--- a/openbsc/src/utils/meas_db.c
+++ b/openbsc/src/utils/meas_db.c
@@ -317,7 +317,7 @@ void meas_db_close(struct meas_db_state *st)
sqlite3_finalize(st->stmt_ins_mr);
sqlite3_finalize(st->stmt_ins_ud);
sqlite3_finalize(st->stmt_upd_mr);
- sqlite3_close_v2(st->db);
+ sqlite3_close(st->db);
talloc_free(st);