Skip to content

Commit

Permalink
fix: release iItemProperty repeatedly
Browse files Browse the repository at this point in the history
  • Loading branch information
huskar-t committed Sep 29, 2024
1 parent 412286b commit 18d2f89
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions opcserver.go
Original file line number Diff line number Diff line change
Expand Up @@ -500,9 +500,6 @@ func (s *OPCServer) Disconnect() error {
if s.iItemProperty != nil {
s.iItemProperty.Release()
}
if s.iItemProperty != nil {
s.iItemProperty.Release()
}
if s.iCommon != nil {
s.iCommon.Release()
}
Expand Down

0 comments on commit 18d2f89

Please sign in to comment.