7810142 Fix missing dm_put().

Authored and Committed by pjones 13 years ago
    Fix missing dm_put().
    
    There's an error path that fails to call dm_put(), which means bad
    things happen.  This patch adds the dm_put() call.