diff options
| author | zhuzhenjun <[email protected]> | 2023-10-10 10:55:02 +0800 |
|---|---|---|
| committer | zhuzhenjun <[email protected]> | 2023-10-10 10:55:49 +0800 |
| commit | f203d15fae598b7ba6645e0297f15c60e2006c1f (patch) | |
| tree | 008f9701ed2f71e3b43dd807f1aa53906fd022d8 | |
| parent | 64697d137ee0753ce3c31abfecb2cc0f9dfe83e9 (diff) | |
example: fix sample.c
| -rw-r--r-- | example/sample.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/example/sample.c b/example/sample.c index 096dd80..40a6cb7 100644 --- a/example/sample.c +++ b/example/sample.c @@ -29,7 +29,7 @@ int main(int argc, char **argv) printf("likely os: %s\n", osfp_result_os_name_get(result)); printf("details: \n%s\n", osfp_result_score_detail_export(result)); osfp_result_free(result); - osfp_db_free(db); } + osfp_db_free(db); } } |
