资源释放
1 2 3 4 5 | test_free_buf(pool, op_data.in); test_free_buf(pool, op_data.out); wcrypto_del_digest_ctx(ctx); wd_release_queue(&q); test_mempool_destroy(pool); |
父主题: Digest同步接口使用示例
1 2 3 4 5 | test_free_buf(pool, op_data.in); test_free_buf(pool, op_data.out); wcrypto_del_digest_ctx(ctx); wd_release_queue(&q); test_mempool_destroy(pool); |