Re: [PATCH] Don't multiply by -1 when assigning memory
- From: Matthias Clasen <mclasen redhat com>
- To: Rodrigo Moya <rodrigo gnome-db org>
- Cc: gtk-devel-list gnome org
- Subject: Re: [PATCH] Don't multiply by -1 when assigning memory
- Date: Wed, 04 Jan 2006 07:34:44 -0500
On Wed, 2006-01-04 at 13:18 +0100, Rodrigo Moya wrote:
> Hi
>
> Attached patch fixes a problem I just found out. Running any GTK app
> showed this:
>
> GLib-ERROR **: gmem.c:143: failed to allocate 68719477360 bytes
>
> I found the culprit to be the patched function, which was multiplying by
> -1 when n_args was 0.
>
> Ok to commit to HEAD?
No, thats not the right fix. We do want to subtract one GtkBindingArg
size from the GtkBindingSignal size there.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]