• L
    QMP: Drop dead code · 6d441430
    Luiz Capitulino 提交于
    The first if/else clause in handler_audit() makes no sense for two
    reasons:
    
      1. this function is now called only by QMP code, so testing if
         it's a QMP call makes no sense anymore
    
      2. the else clause first asserts that there's no error in the
         monitor object, then it tries to free it!
    
    Just drop it.
    Signed-off-by: NLuiz Capitulino <lcapitulino@redhat.com>
    6d441430
monitor.c 126.2 KB