f5c16bc Ticket 47446 - logconv.pl memory continually grows

1 file Authored by rmeggins 9 years ago, Committed by nhosoi 9 years ago,
    Ticket 47446 - logconv.pl memory continually grows
    
    Bug Description:  Running logconv.pl without any special options
                      continually consumes more memory.
    
    Fix Description:  The last fix introduced the use of regex matches which
                      caused the value of $1 to become undefined.  When using
                      all of the logconv cmd line switches, many undefined
                      variable warnings were printed.  This fix saves the value
                      of $1 in a local variable so that it it not undefined by
                      the use of subsequent regex matches.
    
    https://fedorahosted.org/389/ticket/47446
    
    Reviewed by: mreynolds (Thanks!)
    
    (cherry picked from commit c4f396db2484362ecb7a1c54458ad794b8d5c506)
    (cherry picked from commit db9c4e73ab98a43bcbbd6a2ffe84d3ff2f103de5)
    (cherry picked from commit 3be093105fe5525fd66ac055ff58d48fbd0f823a)
    (cherry picked from commit 81e5f14fba9825d873b729fe74acfee6ac08e7bc)
    
        
file modified
+11 -6