fa9f508 Fix potential uninitialized value error in responder_dp.c

Authored and Committed by sgallagh 14 years ago
    Fix potential uninitialized value error in responder_dp.c
    
    If we fell into the default case of the switch statement, we would
    attempt to talloc_free() a random memory location. This patch
    guarantees that sdp_req is NULL if it has not been initialized.