81e5f14 Ticket 47446 - logconv.pl memory continually grows

Authored and Committed by rmeggins 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)
    
        
file modified
+11 -6