On 04/07/2014 03:23 AM, Peter Krempa wrote:
> On 04/05/14 01:49, Eric Blake wrote:
>> I almost wrote a hash value free function that just called
>> VIR_FREE, then realized I couldn't be the first person to
>> do that. Sure enough, it was worth factoring into a common
>> helper routine.
>>
>
> AC
On 04/05/14 01:49, Eric Blake wrote:
> I almost wrote a hash value free function that just called
> VIR_FREE, then realized I couldn't be the first person to
> do that. Sure enough, it was worth factoring into a common
> helper routine.
>
> Furthermore, in a few places we were passing raw free()
I almost wrote a hash value free function that just called
VIR_FREE, then realized I couldn't be the first person to
do that. Sure enough, it was worth factoring into a common
helper routine.
Furthermore, in a few places we were passing raw free() as
the cleanup function; whereas going through VI