From: Dale Weiler Date: Sun, 2 Jun 2013 08:49:16 +0000 (+0000) Subject: Fix two bugs X-Git-Tag: v0.3.0~151^2~13 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=c569e87bd0cae1373aee8b20af5af9016074186c;p=xonotic%2Fgmqcc.git Fix two bugs --- diff --git a/stat.c b/stat.c index 7f8a498..3d4d4a4 100644 --- a/stat.c +++ b/stat.c @@ -530,6 +530,9 @@ static void stat_dump_mem_info() { static void stat_dump_stats_table(stat_size_table_t table, const char *string, uint64_t *size) { size_t i,j; + if (!table) + return; + for (i = 0, j = 0; i < ST_SIZE; i++) { stat_size_entry_t *entry; @@ -554,7 +557,7 @@ void stat_info() { if (OPTS_OPTION_BOOL(OPTION_MEMCHK) || OPTS_OPTION_BOOL(OPTION_STATISTICS)) { - uint64_t mem; + uint64_t mem = 0; con_out("\nAdditional Statistics:\n\ Total vectors allocated: %llu\n\