mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-09 12:20:23 +01:00
Replacement was done with commands:
spatch --sp-file nm_clear_g_source.cocci --in-place --smpl-spacing --dir src
spatch --sp-file nm_clear_g_source.cocci --in-place --smpl-spacing --dir libnm
where nm_clear_g_source.cocci contains:
@@
expression e;
@@
- if (e) {
- g_source_remove (e);
- e = 0;
- }
+ nm_clear_g_source (&e);
|
||
|---|---|---|
| .. | ||
| tests | ||
| Makefile.am | ||
| nm-fake-rdisc.c | ||
| nm-fake-rdisc.h | ||
| nm-lndp-rdisc.c | ||
| nm-lndp-rdisc.h | ||
| nm-rdisc-private.h | ||
| nm-rdisc.c | ||
| nm-rdisc.h | ||