NetworkManager/clients
Thomas Haller b298f2e605 cli: use cleanup macro for freeing AddAndActivateInfo
We should prefer the cleanup macors nm_auto*() because they express
ownership in code.

Also, they allow to return early without additional cleanup code.
That way we can refactor if-else blocks.

Also, in cases where we intentionally pass on the reference, we use
g_steal_pointer(), which literally spells out what happens in code.
2019-08-05 10:11:01 +02:00
..
cli cli: use cleanup macro for freeing AddAndActivateInfo 2019-08-05 10:11:01 +02:00
common cli: fix type for loop variable in _get_fcn_vlan_xgress_priority_map() 2019-08-02 08:44:12 +02:00
tests cli: abort on extra arguments 2019-07-30 18:40:31 +02:00
tui tui: newt: remove NULL checks after dereference 2019-08-02 16:26:34 +02:00
meson.build build/meson: rename "nm_core_dep" to "libnm_core_dep" 2019-04-18 18:59:09 +02:00
nm-online.c all: drop emacs file variables from source files 2019-06-11 10:04:00 +02:00