mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-01 23:13:40 +02:00
Fix a minor memory leak.
Mon Oct 14 15:32:14 2002 Owen Taylor <otaylor@redhat.com> * tests/mainloop-test.c (adder_response): Fix a minor memory leak.
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
Mon Oct 14 15:32:14 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* tests/mainloop-test.c (adder_response): Fix a minor memory
|
||||
leak.
|
||||
|
||||
Sat Oct 12 21:30:41 2002 Tim Janik <timj@gtk.org>
|
||||
|
||||
* merged up from glib-2-0:
|
||||
|
@@ -1,3 +1,8 @@
|
||||
Mon Oct 14 15:32:14 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* tests/mainloop-test.c (adder_response): Fix a minor memory
|
||||
leak.
|
||||
|
||||
Sat Oct 12 21:30:41 2002 Tim Janik <timj@gtk.org>
|
||||
|
||||
* merged up from glib-2-0:
|
||||
|
@@ -1,3 +1,8 @@
|
||||
Mon Oct 14 15:32:14 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* tests/mainloop-test.c (adder_response): Fix a minor memory
|
||||
leak.
|
||||
|
||||
Sat Oct 12 21:30:41 2002 Tim Janik <timj@gtk.org>
|
||||
|
||||
* merged up from glib-2-0:
|
||||
|
@@ -1,3 +1,8 @@
|
||||
Mon Oct 14 15:32:14 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* tests/mainloop-test.c (adder_response): Fix a minor memory
|
||||
leak.
|
||||
|
||||
Sat Oct 12 21:30:41 2002 Tim Janik <timj@gtk.org>
|
||||
|
||||
* merged up from glib-2-0:
|
||||
|
@@ -1,3 +1,8 @@
|
||||
Mon Oct 14 15:32:14 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* tests/mainloop-test.c (adder_response): Fix a minor memory
|
||||
leak.
|
||||
|
||||
Sat Oct 12 21:30:41 2002 Tim Janik <timj@gtk.org>
|
||||
|
||||
* merged up from glib-2-0:
|
||||
|
@@ -1,3 +1,8 @@
|
||||
Mon Oct 14 15:32:14 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* tests/mainloop-test.c (adder_response): Fix a minor memory
|
||||
leak.
|
||||
|
||||
Sat Oct 12 21:30:41 2002 Tim Janik <timj@gtk.org>
|
||||
|
||||
* merged up from glib-2-0:
|
||||
|
@@ -1,3 +1,8 @@
|
||||
Mon Oct 14 15:32:14 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* tests/mainloop-test.c (adder_response): Fix a minor memory
|
||||
leak.
|
||||
|
||||
Sat Oct 12 21:30:41 2002 Tim Janik <timj@gtk.org>
|
||||
|
||||
* merged up from glib-2-0:
|
||||
|
@@ -247,6 +247,8 @@ adder_response (GIOChannel *source,
|
||||
|
||||
g_io_channel_unref (source);
|
||||
g_io_channel_unref (test_data->in);
|
||||
|
||||
g_free (test_data);
|
||||
|
||||
return FALSE;
|
||||
}
|
||||
|
Reference in New Issue
Block a user