picplanner/src/search
Evangelos Ribeiro Tzaras 933089cf6f search: Prefer g_auto* macros
g_autofree will automatically free variables when they go out of
scope. g_autoptr will do the same, but using the appropriate freefunc
for the given type, e.g. GDateTime -> g_date_time_unref() or
GObject -> g_object_unref().

This automatic cleanup reduces the risk of memory leaks
and allows getting rid of some lines of code.
2023-07-17 19:39:41 +02:00
..
search.c search: Prefer g_auto* macros 2023-07-17 19:39:41 +02:00
search.h Final addition of the milky way disturbance feature, bug fixes and code cleanup 2022-07-10 20:17:17 +02:00