Skip to content
Commit 260e0ea1 authored by Curtis Gedak's avatar Curtis Gedak
Browse files

Fix bug when copying huge NTFS partition never finishes (#575324)

Improved logic in cleanup_cursor method to minimize the number of
string erase operations performed.

Previously when the NTFS copy finished, GParted would take an
exceptionally long time to clean up the output.  This was due to
the huge number of small string erase operations performed on a
extremely large string.
parent 39208ba2
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment