Fixes issue #372

This commit is contained in:
DennisOSRM 2012-08-21 15:23:27 +02:00
parent 4336931f46
commit d3d90e10a5

View File

@ -201,6 +201,9 @@ private:
}
*lengthOfViaPath = upperBoundFor_s_v_Path + upperBoundFor_v_t_Path;
if(UINT_MAX == s_v_middle || UINT_MAX == v_t_middle)
return;
//retrieve packed paths
super::RetrievePackedPathFromHeap(existingForwardHeap, newBackwardHeap, s_v_middle, packed_s_v_path);
super::RetrievePackedPathFromHeap(newForwardHeap, existingBackwardHeap, v_t_middle, packed_v_t_path);