Skip to content

Commit

Permalink
Merge pull request #16 from huskar-t/fix/disconnect
Browse files Browse the repository at this point in the history
fix: release iItemProperty repeatedly
  • Loading branch information
huskar-t authored Sep 29, 2024
2 parents 412286b + 18d2f89 commit 00dfcb5
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 00dfcb5

Please sign in to comment.