linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "Joilnen Leite" <knl_joi@yahoo.com.br>
To: linux-usb-users@lists.sourceforge.net
Cc: linux-kernel@vger.kernel.org
Subject: bep poiner
Date: Thu, 24 Jul 2003 21:41:51 -0300 (ART)	[thread overview]
Message-ID: <20030725004151.75512.qmail@web40312.mail.yahoo.com> (raw)

Excuse me friends if I am simpler but,
in auerbuf_setup function bep pointer is not free, I
guess
maybe it is better ?

--- /usr/src/linux/drivers/usb/misc/auerswald.c
2003-07-02 14:07:48.000000000 -0300
+++ drivers/usb/misc/auerswald.c	2003-07-24
18:27:44.000000000 -0300
@@ -802,6 +802,8 @@
 bl_fail:/* not enough memory. Free allocated elements
*/
         dbg ("auerbuf_setup: no more memory");
         auerbuf_free_buffers (bcp);
+	if(bep)
+		kfree(bep);
         return -ENOMEM;
 }
  
thanks !


_______________________________________________________________________
Conheça o novo Cadê? - Rápido, fácil e preciso.
42 milhões de páginas brasileiras, busca por imagens e muito mais!
http://www.cade.com.br

             reply	other threads:[~2003-07-25  0:26 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-07-25  0:41 Joilnen Leite [this message]
2003-07-30 20:15 ` bep poiner Greg KH

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=20030725004151.75512.qmail@web40312.mail.yahoo.com \
    --to=knl_joi@yahoo.com.br \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-usb-users@lists.sourceforge.net \
    /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 NNTP newsgroup(s).