• Denis Krjuchkov's avatar
    cmdline: bunch of fixes related to config file selection · 01a45a53
    Denis Krjuchkov authored
    - 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
    01a45a53
Name
Last commit
Last update
doc Loading commit data...
m4 Loading commit data...
scripts Loading commit data...
src Loading commit data...
test Loading commit data...
.gitignore Loading commit data...
AUTHORS Loading commit data...
COPYING Loading commit data...
INSTALL Loading commit data...
Makefile.am Loading commit data...
NEWS Loading commit data...
README Loading commit data...
UPGRADING Loading commit data...
autogen.sh Loading commit data...
configure.ac Loading commit data...
mpd.service.in Loading commit data...
valgrind.suppressions Loading commit data...