Uploaded image for project: 'Core ReactOS'
  1. Core ReactOS
  2. CORE-6722

shell32: Typo in r57485

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Major
    • None
    • Shell
    • None

    Description

      After r57484 lines 730-731 in /trunk/reactos/dll/win32/shell32/folders/mycomp.cpp became:
      SHFree(sName);
      this->sName = sName;

      While (as it seems to me) they should be:
      SHFree(this->sName);
      this->sName = sName;

      Attachments

        Activity

          People

            ThFabba ThFabba
            igors Igor Sudarikov
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: