drupal_clear_path_cache()drupal/includes/common.inc, line 152
Reset the static variable which holds the aliases mapped for this request.
function drupal_clear_path_cache() { drupal_lookup_path('wipe'); }