diff options
Diffstat (limited to 'src/symbols_cache.c')
-rw-r--r-- | src/symbols_cache.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/symbols_cache.c b/src/symbols_cache.c index f24380f28..b22f85dc8 100644 --- a/src/symbols_cache.c +++ b/src/symbols_cache.c @@ -42,8 +42,8 @@ #define MIN_CACHE 17 -static uint64_t total_frequency; -static uint32_t nsymbols; +static uint64_t total_frequency = 0; +static uint32_t nsymbols = 0; int cache_cmp (const void *p1, const void *p2) |