9ee68d3 rgmanager: Fix return with lock held

Authored and Committed by rmccabe 12 years ago
    rgmanager: Fix return with lock held
    
    Fix a return on an error path in rg_state.c where we could
    return without unlocking exclusive_mutex.
    
    Signed-off-by: Ryan McCabe <rmccabe@redhat.com>