正在显示
1 个修改的文件
包含
2 行增加
和
0 行删除
| @@ -227,6 +227,8 @@ fi | @@ -227,6 +227,8 @@ fi | ||
| 227 | if [ $SRS_EXPORT_LIBRTMP_PROJECT = NO ]; then | 227 | if [ $SRS_EXPORT_LIBRTMP_PROJECT = NO ]; then |
| 228 | # check the arm flag file, if flag changed, need to rebuild the st. | 228 | # check the arm flag file, if flag changed, need to rebuild the st. |
| 229 | _ST_MAKE=linux-debug | 229 | _ST_MAKE=linux-debug |
| 230 | + # memory leak for linux-optimized | ||
| 231 | + # @see: https://github.com/winlinvip/simple-rtmp-server/issues/197 | ||
| 230 | if [ $SRS_EMBEDED_CPU = YES ]; then | 232 | if [ $SRS_EMBEDED_CPU = YES ]; then |
| 231 | # ok, arm specified, if the flag filed does not exists, need to rebuild. | 233 | # ok, arm specified, if the flag filed does not exists, need to rebuild. |
| 232 | if [[ -f ${SRS_OBJS}/_flag.st.arm.tmp && -f ${SRS_OBJS}/st/libst.a ]]; then | 234 | if [[ -f ${SRS_OBJS}/_flag.st.arm.tmp && -f ${SRS_OBJS}/st/libst.a ]]; then |
-
请 注册 或 登录 后发表评论