diff options
author | Ben Chan <benchan@chromium.org> | 2017-03-28 18:35:55 -0700 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2017-03-29 10:22:18 +0200 |
commit | 254f2e3412ac05833cdc095558c8143ad2fbddfc (patch) | |
tree | 657739d2e8f4c0218400aa692a7ecdfb17bac436 /cli/mmcli-common.c | |
parent | 9823d9d6f613d33e868352328a7056809996e790 (diff) |
plugins: remove explicit GDestroyNotify cast on g_free / g_object_unref
g_free and g_object_unref are in form of `void (*)(gpointer)`, which
matches the GDestroyNotify signature. An explicit GDestroyNotify cast on
g_free and g_object_unref is thus not needed.
Diffstat (limited to 'cli/mmcli-common.c')
0 files changed, 0 insertions, 0 deletions