Skip to content

Commit

Permalink
fix memory leak
Browse files Browse the repository at this point in the history
  • Loading branch information
willamowius committed Jan 6, 2021
1 parent bc0287b commit b76810e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/h460/h460_std22.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ void H460_FeatureStd22::AttachConnection(H323Connection * _con)

int H460_FeatureStd22::GetPurpose()
{
return FeatureBaseClone;
return FeatureBase;
}

PObject * H460_FeatureStd22::Clone() const
Expand Down

0 comments on commit b76810e

Please sign in to comment.