All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] btrfs-progs: fix problems reported by cppcheck
@ 2012-11-15  4:47 Kenji Okimoto
  2012-11-15  4:47 ` [PATCH 1/3] btrfs-progs: plug a memory leak " Kenji Okimoto
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Kenji Okimoto @ 2012-11-15  4:47 UTC (permalink / raw)
  To: linux-btrfs; +Cc: Kenji Okimoto

I fixed some problems reported by cppcheck:

  [disk-io.c:462]: (error) Memory leak: log_root
  [utils.c:983]: (error) Memory leak: fullpath

Patch set based on:
  git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-progs.git#master

  commit 91d9eec1ff044394f2b98ee7fcb76713dd33b994
  Author: Chris Mason <chris.mason@fusionio.com>
  Date:   Thu Oct 4 20:35:31 2012 -0400

Kenji Okimoto (3):
  btrfs-progs: plug a memory leak reported by cppcheck
  btrfs-progs: check malloc() result
  btrfs-progs: plug memory leaks in btrfs_scan_one_dir() reported by
    cppcheck.

 disk-io.c |   13 +++++++++++--
 utils.c   |    3 +++
 2 files changed, 14 insertions(+), 2 deletions(-)

-- 
1.7.10.4


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2012-11-15  4:58 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-15  4:47 [PATCH 0/3] btrfs-progs: fix problems reported by cppcheck Kenji Okimoto
2012-11-15  4:47 ` [PATCH 1/3] btrfs-progs: plug a memory leak " Kenji Okimoto
2012-11-15  4:47 ` [PATCH 2/3] btrfs-progs: check malloc() result Kenji Okimoto
2012-11-15  4:47 ` [PATCH 3/3] btrfs-progs: plug memory leaks in btrfs_scan_one_dir() reported by cppcheck Kenji Okimoto

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.