dtfile: fixed double free in copy/move collision handler

This commit is contained in:
alx 2015-07-02 22:38:08 +02:00 committed by Jon Trulson
parent cbd5abb33a
commit bd4a4532f0
1 changed files with 1 additions and 1 deletions

View File

@ -1523,7 +1523,7 @@ create_multicollide_dialog(Widget parent_widget,
s1 = (char *)XtCalloc( 1, 1 );
else if ( nChanged == 1 )
{
s1 = eMsgOne;
s1 = XtNewString(eMsgOne);
}
else
{