Closed GoogleCodeExporter closed 9 years ago
Thanks for the patch -- I'll ask the code author about applying it.
One question I have: given that the 'if (recursive_insert)' block always does a
return at the end, do you really need the 'if (!recursive_insert) added to the
following call to HandleSavedRegionsLocked (that you added)?
Original comment by csilv...@gmail.com
on 24 Aug 2009 at 5:01
i need it. the previous block is:
if (regions_ == NULL) {
if (recursive_insert) {
...
}
...
return;
}
Thus, we do not hit the return when the situation is (regions_ != NULL &&
recursive_insert)
Original comment by mrab...@gmail.com
on 24 Aug 2009 at 10:26
This fix is in perftools 1.4, just released.
Original comment by csilv...@gmail.com
on 11 Sep 2009 at 6:59
Original issue reported on code.google.com by
mrab...@gmail.com
on 22 Aug 2009 at 8:45Attachments: