Commit 0201b70
ovsqlite: Explicit SQLite init/shutdown
The SQLite docs[1] say that implicit initialization might go away at
some point, so add explicit initialization.
Also, explicit shutdown might reduce the number of false positives
reported by memory leak detectors.
[1] https://www.sqlite.org/c3ref/initialize.html1 parent 7786992 commit 0201b70
1 file changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
547 | 547 | | |
548 | 548 | | |
549 | 549 | | |
| 550 | + | |
| 551 | + | |
| 552 | + | |
550 | 553 | | |
551 | 554 | | |
552 | 555 | | |
| |||
663 | 666 | | |
664 | 667 | | |
665 | 668 | | |
| 669 | + | |
666 | 670 | | |
667 | 671 | | |
668 | 672 | | |
| |||
0 commit comments