Fri, 27 Apr 2018 17:09:05 -0500
libpurple/options.c: NULL terminate GOptionEntry array
When passing a GOptionEntry array to g_option_group_add_entries(),
it must be NULL terminated. One wonders why it wasn't crashing in
Linux, but was in Windows. This patch adds the NULL termination.
| libpurple/options.c | file | annotate | diff | comparison | revisions |