# File lib/chef/win32/security/sid.rb, line 26 def initialize(pointer, owner = nil) @pointer = pointer # Keep a reference to the actual owner of this memory so we don't get freed @owner = owner end