NetworkManager/src/logging
Dan Winship 32a12ad9a4 core: fix leak in impl_manager_get_logging
nm_logging_level_to_string() returned a const string, but
nm_logging_domains_to_string() returned a malloced one, which was
getting leaked in impl_manager_get_logging(). Fix this by making them
both malloced, and freeing as needed.
2013-12-20 10:04:11 -05:00
..
nm-logging.c core: fix leak in impl_manager_get_logging 2013-12-20 10:04:11 -05:00
nm-logging.h core: fix leak in impl_manager_get_logging 2013-12-20 10:04:11 -05:00