mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-14 14:27:14 +01: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:
parent
c359153dfd
commit
27dc698317
@ -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>
|
Sat Oct 12 21:30:41 2002 Tim Janik <timj@gtk.org>
|
||||||
|
|
||||||
* merged up from glib-2-0:
|
* 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>
|
Sat Oct 12 21:30:41 2002 Tim Janik <timj@gtk.org>
|
||||||
|
|
||||||
* merged up from glib-2-0:
|
* 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>
|
Sat Oct 12 21:30:41 2002 Tim Janik <timj@gtk.org>
|
||||||
|
|
||||||
* merged up from glib-2-0:
|
* 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>
|
Sat Oct 12 21:30:41 2002 Tim Janik <timj@gtk.org>
|
||||||
|
|
||||||
* merged up from glib-2-0:
|
* 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>
|
Sat Oct 12 21:30:41 2002 Tim Janik <timj@gtk.org>
|
||||||
|
|
||||||
* merged up from glib-2-0:
|
* 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>
|
Sat Oct 12 21:30:41 2002 Tim Janik <timj@gtk.org>
|
||||||
|
|
||||||
* merged up from glib-2-0:
|
* 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>
|
Sat Oct 12 21:30:41 2002 Tim Janik <timj@gtk.org>
|
||||||
|
|
||||||
* merged up from glib-2-0:
|
* merged up from glib-2-0:
|
||||||
|
@ -247,6 +247,8 @@ adder_response (GIOChannel *source,
|
|||||||
|
|
||||||
g_io_channel_unref (source);
|
g_io_channel_unref (source);
|
||||||
g_io_channel_unref (test_data->in);
|
g_io_channel_unref (test_data->in);
|
||||||
|
|
||||||
|
g_free (test_data);
|
||||||
|
|
||||||
return FALSE;
|
return FALSE;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user