• Show log

    Commit

  • Hash : c94eb4aa
    Author : Ramsay Jones
    Date : 2009-02-03T18:22:09

    Fix a potential memory leak
    
    In particular, neglecting to call inflateEnd() along various
    codepaths in the inflate_tail() routine, would result in the
    failure to release zlib internal state.
    
    Signed-off-by: Ramsay Jones <ramsay@ramsay1.demon.co.uk>
    Signed-off-by: Shawn O. Pearce <spearce@spearce.org>