summaryrefslogtreecommitdiffstats
path: root/src/prof.c
diff options
context:
space:
mode:
authorJason Evans <jasone@canonware.com>2015-09-21 18:53:00 (GMT)
committerJason Evans <jasone@canonware.com>2015-09-21 18:53:00 (GMT)
commit486d249fb4715fd3de679b6c2a04f7e657883111 (patch)
treef6f9e9644f4fde5f36ca57f6c1b43d6567b1bf3b /src/prof.c
parent9898051fd16ebd5d29dc27aae5e069fe04486ff3 (diff)
parentb8e966f121e55ffa0c904f9ff7d419797b872aa8 (diff)
downloadjemalloc-4.0.2.zip
jemalloc-4.0.2.tar.gz
jemalloc-4.0.2.tar.bz2
Merge branch 'dev'4.0.2
Diffstat (limited to 'src/prof.c')
-rw-r--r--src/prof.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/prof.c b/src/prof.c
index d68478f..0a08062 100644
--- a/src/prof.c
+++ b/src/prof.c
@@ -209,7 +209,7 @@ prof_alloc_rollback(tsd_t *tsd, prof_tctx_t *tctx, bool updated)
*/
tdata = prof_tdata_get(tsd, true);
if (tdata != NULL)
- prof_sample_threshold_update(tctx->tdata);
+ prof_sample_threshold_update(tdata);
}
if ((uintptr_t)tctx > (uintptr_t)1U) {