7ed02a0 Fix memory leak in openvz_conf.c

Authored and Committed by phrdina 10 years ago
    Fix memory leak in openvz_conf.c
    
    If there is no error while executing a function "openvzParseBarrierLimit"
    a "str" string where is duplicate of a "value" string isn't freed and it
    leads into memory leak.
    
    This has been found by coverity.
    
    Signed-off-by: Pavel Hrdina <phrdina@redhat.com>
    
        
file modified
+3 -2