Files
cproof/src
Michael Vetter ab4adf19d0 refactor: Refactor form_set_value to use glib list management
Simplify how field values are updated and ensure memory is correctly
managed.

The previous implementation relied on manual manipulation of the
GSList internal `data` member and only handled cases where a field
had zero or one existing value.

The function now correctly handles fields that may
already contain multiple values by using 'g_slist_free_full' to
clear the entire list and its contents before setting the new
value.
2026-02-28 10:02:26 +01:00
..
2025-11-23 12:47:39 +01:00
2026-02-27 22:29:45 +01:00
2026-02-20 16:13:31 +01:00
2026-02-20 16:13:31 +01:00
2026-02-05 09:13:40 +01:00
2026-02-27 22:29:45 +01:00
2025-03-12 10:15:39 +01:00
2026-02-20 16:13:31 +01:00