commit | 99c6dc6a7a36c0be95da9afb3ad8830b24754d4e | [log] [tgz] |
---|---|---|
author | Dave Barach <dave@barachs.net> | Mon Feb 15 12:46:47 2021 -0500 |
committer | Florin Coras <florin.coras@gmail.com> | Mon Feb 15 19:27:09 2021 +0000 |
tree | cadd66a12dcc8af5a941de36cce1e2d3c7d7953b | |
parent | 6531514569d8b08242c738c61d3453468a44f7ca [diff] |
misc: coverity fixes Type: fix Signed-off-by: Dave Barach <dave@barachs.net> Change-Id: I6a3348c7edd1cce6b407d336443103f77392bc5d
diff --git a/src/svm/svmtool.c b/src/svm/svmtool.c index 61f8372..6085967 100644 --- a/src/svm/svmtool.c +++ b/src/svm/svmtool.c
@@ -265,6 +265,7 @@ svm_pop_heap (oldheap); return rp; } + region_unlock (root_rp); return 0; }