svn commit: r255439 - head/sys/dev/cpuctl

John-Mark Gurney jmg at funkthat.com
Tue Sep 10 15:56:19 UTC 2013


Konstantin Belousov wrote this message on Tue, Sep 10, 2013 at 05:17 +0000:
> Author: kib
> Date: Tue Sep 10 05:17:53 2013
> New Revision: 255439
> URL: http://svnweb.freebsd.org/changeset/base/255439
> 
> Log:
>   Call free() on the pointer returned from malloc().

We really should add a KASSERT for these cases, incase this breaks in
the future..

> -	ptr = (void *)(16 + ((intptr_t)ptr & ~0xf));

-- 
  John-Mark Gurney				Voice: +1 415 225 5579

     "All that I will do, has been done, All that I have, has not."


More information about the svn-src-all mailing list