diff options
author | Denis Krjuchkov <denis@crazydev.net> | 2012-10-17 23:47:21 +0600 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-01-03 19:45:51 +0100 |
commit | 01a45a53aa93977903cf467ccd54c16956b50bdb (patch) | |
tree | b4be379eddddf77c31ff7913d36a196050dd7e4c /src/mixer | |
parent | a9a5907a0ffe67c5da9bc34d615ab4aa8d7ba4fa (diff) | |
download | mpd-01a45a53aa93977903cf467ccd54c16956b50bdb.tar.gz mpd-01a45a53aa93977903cf467ccd54c16956b50bdb.tar.xz mpd-01a45a53aa93977903cf467ccd54c16956b50bdb.zip |
cmdline: bunch of fixes related to config file selection
- fix potential memory leak of system_path
'Potential' because currently g_get_system_config_dirs()
returns single entry on Windows, but that might change.
- remove incorrect g_free() call
It's not required at all because
g_get_system_config_dirs() returns GLib owned memory.
- remove extra semicolon
Diffstat (limited to 'src/mixer')
0 files changed, 0 insertions, 0 deletions