mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-20 15:48:54 +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>
|
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;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user