Fix valgrind warning.

Authored by mreeves on Sep 1 2019, 9:13 PM.

Description

Fix valgrind warning.

The constructor for OptionNum technically used an initialized value during
startup to create a string. However both this value and the resulting string
were overwritten before actual use. Rework the class to avoid this
issue.

Details

Committed
mreevesSep 1 2019, 9:18 PM
Parents
R983:d4239b92b1de: Clear data in merge data when clearing diff3List
Branches
Unknown
Tags
Unknown