Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-20000

QString class dosen't have cleaning method which is supposed to clean without freeing reserved memory

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P4: Low
    • 5.6.0
    • 4.7.3, 5.5.1
    • None
    • 50ab7c16d470dbb0984bc2b48c5f49d94106edd0

    Description

      QString class has method to arrange memory:
      void QString::reserve ( int size )
      but doesn't have cleaning method to clean without freeing reserved memory.
      Like std::string it's supposed to have:
      clean method with freeing allocated memory
      clean method without freeing allocated memory

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            mmutz Marc Mutz
            warken Roman Krivochkin
            Votes:
            1 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes