Re: Disconnecting a client
- From: Dan Winship <danw gnome org>
- To: Michael Bell <michael bell cms hu-berlin de>
- Cc: libsoup-list gnome org
- Subject: Re: Disconnecting a client
- Date: Mon, 23 Mar 2009 11:59:43 -0400
Michael Bell wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Hi,
>
> if I use the following code to cleanup an asynchronous http client:
>
> soup_session_abort(session);
> g_object_unref(session);
>
> Sometime the code crashes on g_object_unref.
That points to some sort of memory-handling error; something's getting
freed twice or something. Where exactly does it crash? And does running
under valgrind tell you anything?
-- Dan
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]