From 0c5fce0e3bcd4780c05e74e71fe1c33e6480ffca Mon Sep 17 00:00:00 2001 From: chenshijun <chenshijun@aiotlink.com> Date: 星期四, 21 三月 2019 16:34:57 +0800 Subject: [PATCH] Yolo内存泄漏 --- QiaoJiaSystem/YoloServer/YoloDetectClientTest.cpp | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/QiaoJiaSystem/YoloServer/YoloDetectClientTest.cpp b/QiaoJiaSystem/YoloServer/YoloDetectClientTest.cpp index 60c32ed..db69b5f 100644 --- a/QiaoJiaSystem/YoloServer/YoloDetectClientTest.cpp +++ b/QiaoJiaSystem/YoloServer/YoloDetectClientTest.cpp @@ -75,8 +75,7 @@ appPref.setIntData("yolo.port", 10003); // rpcClient(appPref.getStringData("yolo.proxy"), appPref.getStringData("yolo.ip"), appPref.getLongData("yolo.port"),"tcp"), - Controllor *_Controllor = new Controllor(1, - "/home/pans/work/qiaojia/cut/44120000001325000005/201903/06/2019030617/44120000001325000005$2019-03-06-17-51-53_4747_4946.mp4"); + Controllor *_Controllor = new Controllor(1, "/home/basic/geth264.h264"); _Controllor->start(); getchar(); -- Gitblit v1.8.0