From 328face9fdd651c31500017bc67a0807aff2aa54 Mon Sep 17 00:00:00 2001 From: Ganlin Zhao Date: Wed, 17 Nov 2021 19:06:22 +0800 Subject: [PATCH] fixed crash-gen memleak --- tests/script/unique/dnode/monitor.sim | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/script/unique/dnode/monitor.sim b/tests/script/unique/dnode/monitor.sim index cf7ffd28a4..b1be43ecf5 100644 --- a/tests/script/unique/dnode/monitor.sim +++ b/tests/script/unique/dnode/monitor.sim @@ -105,7 +105,6 @@ $rows2 = $rows if $rows2 <= $rows1 then return -1 endi -return system sh/exec.sh -n dnode1 -s stop -x SIGINT system sh/exec.sh -n dnode2 -s stop -x SIGINT -- GitLab