mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-09 02:46:16 +01:00
Plug a mem leak in the regex test
This commit is contained in:
parent
316efa1b5d
commit
b1b8c95d35
@ -393,6 +393,7 @@ test_match_next (gconstpointer d)
|
||||
data->expected = g_slist_append (data->expected, match); \
|
||||
path = g_strdup_printf ("/regex/match/next4/%d", ++total); \
|
||||
g_test_add_data_func (path, data, test_match_next); \
|
||||
g_free (path); \
|
||||
}
|
||||
|
||||
typedef struct {
|
||||
|
Loading…
Reference in New Issue
Block a user