diff options
| author | Jason Evans <jasone@canonware.com> | 2015-09-21 18:53:00 (GMT) |
|---|---|---|
| committer | Jason Evans <jasone@canonware.com> | 2015-09-21 18:53:00 (GMT) |
| commit | 486d249fb4715fd3de679b6c2a04f7e657883111 (patch) | |
| tree | f6f9e9644f4fde5f36ca57f6c1b43d6567b1bf3b /src/prof.c | |
| parent | 9898051fd16ebd5d29dc27aae5e069fe04486ff3 (diff) | |
| parent | b8e966f121e55ffa0c904f9ff7d419797b872aa8 (diff) | |
| download | jemalloc-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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) { |
