/**
 * On shutdown, release the lock !
 *
 * @return  void
 */
function pml_sentinel_shutdown()
{
    Sentinel::release();
}