perf symbols: Fix a memory leak in vmlinux_path__init()
[deliverable/linux.git] / tools / perf / util / environment.c
CommitLineData
a930d2c0
IM
1/*
2 * We put all the perf config variables in this same object
3 * file, so that programs can link against the config parser
4 * without having to link against all the rest of perf.
5 */
6#include "cache.h"
7
8const char *pager_program;
8fc0321f 9int pager_use_color = 1;
This page took 0.329586 seconds and 5 git commands to generate.