-
Neal H. Walfield authored
- In C, it is usually okay to call a destructor, like `free`, with a `NULL` pointer: the function just does nothing. Implement the same semantics for `pgp_release`. - See #26.
- In C, it is usually okay to call a destructor, like `free`,
with a `NULL` pointer: the function just does nothing.
Implement the same semantics for `pgp_release`.
- See #26.