K 10 svn:author V 3 jhb K 8 svn:date V 27 2019-10-25T21:23:44.774440Z K 7 svn:log V 279 MFC 353371: Don't free the cursor boundary tag during vmem_destroy(). The cursor boundary tag is statically allocated in the vmem instead of from the vmem_bt_zone. Explicitly remove it from the vmem's segment list in vmem_destroy before freeing all the segments from the vmem. END