X-Git-Url: https://git.xonotic.org/?p=xonotic%2Fgmqcc.git;a=blobdiff_plain;f=util.c;h=59be9bfd7c706ab6c4b83b418a22bd6e6dfee504;hp=92f8e5e4405c0698d29171826826bf07910fe7ee;hb=1c51fb80eb267e7e5ea9f1518e513320331a5693;hpb=f2b21158d801e96b5f8d7c9491186267dc75a4dc diff --git a/util.c b/util.c index 92f8e5e..59be9bf 100644 --- a/util.c +++ b/util.c @@ -192,8 +192,8 @@ void util_meminfo() { Total peak memory: %f (MB)\n\ Total leaked memory: %f (MB) in %llu allocations\n", mem_at, - (float)(mem_dt) / 1048576.0f, - mem_ab, + mem_dt, + (float)(mem_ab) / 1048576.0f, (float)(mem_db) / 1048576.0f, (float)(mem_pk) / 1048576.0f, (float)(mem_ab - mem_db) / 1048576.0f,