Fixed crash caused by clicking remove mount point button
Iterator wasn't updated after erase()
function was called, resulting in crash.
Reassigned iterator with updated value to prevent crash.
Iterator wasn't updated after erase()
function was called, resulting in crash.
Reassigned iterator with updated value to prevent crash.