public inbox for guile-gtk@sourceware.org
 help / color / mirror / Atom feed
From: Marko Rauhamaa <marko@pacujo.net>
To: guile-gtk@sources.redhat.com
Subject: Re: Fixed memory leaks in gdk-1.2.defs
Date: Wed, 14 May 2003 01:18:00 -0000	[thread overview]
Message-ID: <m3ptmmib9e.fsf@lumo.pacujo.net> (raw)
In-Reply-To: <8765oh3rgq.fsf@zip.com.au>

Kevin Ryde <user42@zip.com.au>:

> Marko Rauhamaa <marko@pacujo.net> writes:
> >
> > - build-guile-gtk-1.2, guile-gtk.c: GDK and GTK differ in the
> >    reference count policy. While GTK returns the widgets with a
> >    reference count 0, GDK returns them with a reference count 1.
> >    That means that gdk-1.2.defs should not increment the reference
> >    count -- but it was doing that.
> 
> I don't know if it's this change or something else, but I seem to now
> be losing references to GdkFont.

Yeah, I was confused about the copying semantics. I have now submitted a
fix.

BTW, the copying rules are as follows:

  You MUST COPY the return value of a C function if the C function
  returns

  * a fresh object with reference count 0,

  * one of its arguments as is,

  * a field of one of its arguments as is or

  * a global object as is.


  You MUST NOT COPY the return value of a C function if the C function

  * returns a fresh object with a reference count 1,

  * returns one of its arguments after incrementing the reference count,

  * returns a field of one of its arguments after incrementing reference
    count or

  * dequeues an object and hands it over to the caller.


Marko

-- 
Marko Rauhamaa      mailto:marko@pacujo.net     http://pacujo.net/marko/

  reply	other threads:[~2003-05-14  1:18 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-05-09  6:33 Marko Rauhamaa
2003-05-12  1:05 ` Kevin Ryde
2003-05-14  1:18   ` Marko Rauhamaa [this message]
2003-05-12  1:08 ` Kevin Ryde
2003-05-12  7:55   ` Marko Rauhamaa
2003-05-15 23:03     ` Kevin Ryde
2003-05-16  1:02       ` Marko Rauhamaa
2003-05-17  8:08         ` Marko Rauhamaa
2003-06-18 23:31 ` GdkEvent copy under signal handler (was: Fixed memory leaks in gdk-1.2.defs) Kevin Ryde

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=m3ptmmib9e.fsf@lumo.pacujo.net \
    --to=marko@pacujo.net \
    --cc=guile-gtk@sources.redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).