search for: gc2115

Displaying 1 result from an estimated 1 matches for "gc2115".

2011 Jun 28
13
[PATCH hivex 02/14] maint: remove unnecessary test-before-free
...node, leave_partial: for (int i = 0; i < alloc_ct; i += 2) { - if (values[i / 2].value != NULL) - free (values[i / 2].value); + free (values[i / 2].value); if (i + 1 < alloc_ct && values[i / 2].key != NULL) free (values[i / 2].key); } -- 1.7.6.rc2.302.gc2115