mirror of
https://gitee.com/acl-dev/acl.git
synced 2024-12-03 04:17:52 +08:00
e864adeb9c
修复了新加类 scan_dir 的一些问题; string 增加按行读数据功能; http_client/http_request 增加按行读数据功能
4 lines
104 B
Bash
4 lines
104 B
Bash
#!/bin/sh
|
|
|
|
valgrind --tool=memcheck --leak-check=yes -v ./scan_dir -d ../../../lib_acl/src -r -t all -a
|