Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
From: Kevin Buettner <kevinb@cygnus.com>
To: gdb-patches@sources.redhat.com
Subject: Re: [PATCH RFC] process/thread/lwp id patch - phase 2
Date: Fri, 04 May 2001 00:10:00 -0000	[thread overview]
Message-ID: <1010504070952.ZM7233@ocotillo.lan> (raw)
In-Reply-To: <1010504063006.ZM7203@ocotillo.lan>

On May 3, 11:30pm, Kevin Buettner wrote:

> +static void
> +restore_inferior_ptid (void *arg)
> +{
> +  ptid_t *saved_ptid_ptr = arg;
> +  inferior_ptid = *saved_ptid_ptr;
> +  free (arg);
> +}

I've revised my sources to use xfree() here instead of free().

Kevin


  reply	other threads:[~2001-05-04  0:10 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-05-03 23:30 Kevin Buettner
2001-05-04  0:10 ` Kevin Buettner [this message]
2001-05-06 15:22 ` Kevin Buettner

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=1010504070952.ZM7233@ocotillo.lan \
    --to=kevinb@cygnus.com \
    --cc=gdb-patches@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