Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

re: CVS commit: src/include



    
   +
   +void
   +pw_policy_free(struct pw_policy *policy)
   +{
   +    free(policy);
   +}


it would be nice if this had some _DIAGASSERT() or so added?
or just make it if (policy) free(policy); ?


.mrg.



Home | Main Index | Thread Index | Old Index