From b76810e1c288f703e949bdd94211b06931a5dd42 Mon Sep 17 00:00:00 2001 From: Jan Willamowius Date: Wed, 6 Jan 2021 18:01:21 +0100 Subject: [PATCH] fix memory leak --- src/h460/h460_std22.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/h460/h460_std22.cxx b/src/h460/h460_std22.cxx index 512ff97a..fe6d2a32 100644 --- a/src/h460/h460_std22.cxx +++ b/src/h460/h460_std22.cxx @@ -89,7 +89,7 @@ void H460_FeatureStd22::AttachConnection(H323Connection * _con) int H460_FeatureStd22::GetPurpose() { - return FeatureBaseClone; + return FeatureBase; } PObject * H460_FeatureStd22::Clone() const