mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-13 12:37:46 +02:00
Plug a mem leak in the regex test
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user