From 2b1f534ea407a8ec0b94e0389a360f6cdff54598 Mon Sep 17 00:00:00 2001 From: liuxiaolong <liuxiaolong@aiotlink.com> Date: 星期三, 08 九月 2021 14:02:38 +0800 Subject: [PATCH] call C.BHFree after return success --- src/bus_error.cpp | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/src/bus_error.cpp b/src/bus_error.cpp index 49244cd..29d5683 100644 --- a/src/bus_error.cpp +++ b/src/bus_error.cpp @@ -24,7 +24,8 @@ "Service not supported", "Resource busy", "Resource not provide", - "Invalid parameters" + "Invalid parameters", + "No enough memory" }; -- Gitblit v1.8.0