summaryrefslogtreecommitdiff
path: root/src/debugallocation.cc
diff options
context:
space:
mode:
authorAliaksey Kandratsenka <alkondratenko@gmail.com>2016-09-24 18:56:22 -0700
committerAliaksey Kandratsenka <alkondratenko@gmail.com>2016-09-24 18:56:22 -0700
commitc07a15cff4b904ac45e4019f8e36eeffd3e8186c (patch)
treeaa11302852eada2e795b6d163e80318de87fe0a9 /src/debugallocation.cc
parentacac6af26b0ef052b39f61a59507b23e9703bdfa (diff)
downloadgperftools-c07a15cff4b904ac45e4019f8e36eeffd3e8186c.tar.gz
[windows] patch _free_base as well
Looks like _free_base is used as generic free/delete, which is not checked for free/delete mismatch by their debug runtime. Issue #817 occurs because something that is allocated by regular allocation functions (new or malloc) is freed by _free_base. Patch it as well fixes the problem. Closes #817.
Diffstat (limited to 'src/debugallocation.cc')
0 files changed, 0 insertions, 0 deletions