445 446 447 448
# File 'lib/netpgp/lowlevel/structs.rb', line 445 def self.release(ptr) LibNetPGP::pgp_keyring_free(ptr) LibC::free(ptr) end