mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-30 20:10:10 +01:00
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. |
||
|---|---|---|
| .. | ||
| nm-logging.c | ||
| nm-logging.h | ||