[beast: 8/8] Merge branch 'bug-fixes'



commit 21e09e67e8091ded75217cefa968870f4ae4eb80
Merge: 4855dd4 74a70ad
Author: Tim Janik <timj gnu org>
Date:   Tue Sep 22 19:16:04 2015 +0200

    Merge branch 'bug-fixes'
    
    This patch set fixes some memory leaks, potential crashes and docu uploads.
    
    * bug-fixes:
      GXK: widget_lower_windows: fix invalid GdkWindow child list modifications
        While iterating over a window's child list, the code used to modify the
        very list by calling gdk_window_lower(). This could lead to occasional
        crashes or assertion warnings.
      SFI: sfi_pspec_seq_field_from_visitable: cache pspecs per template type
      SFI: PspecVisitor::visit_vector: fix uninitialized variable access
      SFI: fix sfi_ring_free_deep() leaking every second node
      SFI: fix filecrawler reporting root dir as empty string
      BSE: fix bsequery initialization to avoid crashing
      DOCS: upload stable version docs to versioned directory instead of "latest/"

 beast-gtk/gxk/gxkauxwidgets.cc |   15 ++++++++++-----
 bse/bsequery.cc                |    5 +++--
 docs/Makefile.am               |   17 ++++++-----------
 sfi/sfifilecrawler.cc          |    7 +++++--
 sfi/sfiring.cc                 |    4 +---
 sfi/sfivisitors.cc             |   19 +++++++++++++++++++
 sfi/sfivisitors.hh             |   24 +++++++++++++++++++-----
 7 files changed, 63 insertions(+), 28 deletions(-)
---


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]