From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15045 invoked by alias); 27 Oct 2010 19:36:58 -0000 Received: (qmail 15017 invoked by uid 426); 27 Oct 2010 19:36:57 -0000 Date: Wed, 27 Oct 2010 19:36:00 -0000 Message-ID: <20101027193657.15006.qmail@sourceware.org> From: fche@sourceware.org To: systemtap-cvs@sourceware.org Subject: [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-1.3-237-ge789965 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: e5a24d28d4cfac54046375978b3784b0e5bdce8a X-Git-Newrev: e789965751d7f6dac4d5e7cdce71586595bfc572 Mailing-List: contact systemtap-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: systemtap-cvs-owner@sourceware.org List-Archive: Reply-To: systemtap@sourceware.org X-SW-Source: 2010-q4/txt/msg00040.txt.bz2 This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "systemtap: system-wide probe/trace tool". The branch, master has been updated via e789965751d7f6dac4d5e7cdce71586595bfc572 (commit) from e5a24d28d4cfac54046375978b3784b0e5bdce8a (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit e789965751d7f6dac4d5e7cdce71586595bfc572 Author: Frank Ch. Eigler Date: Wed Oct 27 15:35:10 2010 -0400 valgrind cleanups: memory leaks, uninit variable warnings * dwflpp.cxx (dwflpp dtor): delete mod_info. (express_as_string): Don't preallocate memory for open_memstream. (literal_stmt_for_*): Fully free obstack after loc2c work. * hash.cxx (add_file): Clear out struct stat before hashing. * translate.cxx (dump_unwindsyms): Free eh/debug_frame_hdr at end. ----------------------------------------------------------------------- Summary of changes: dwflpp.cxx | 19 ++++++++++++------- hash.cxx | 1 + translate.cxx | 4 ++++ 3 files changed, 17 insertions(+), 7 deletions(-) hooks/post-receive -- systemtap: system-wide probe/trace tool