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

The pointer is not initialized

    XMLWordPrintable

Details

    • All
    • d07c27341 (dev), 63fdbe3aa (6.8), 0f76f38ed (6.7), 0f2b5dd25 (tqtc/lts-6.5)
    • Multimedia wk 39-40

    Description

      In qt/qtmultimedia/examples/multimedia/player/qplaylistfileparser.cpp, there is a line that this.

      QIODevice *m_stream;  

      The pointer is not initialized, so it would be better to initialize the pointer.

      QIODevice *m_stream = nullptr;   

      Attachments

        For Gerrit Dashboard: QTBUG-129283
        # Subject Branch Project Status CR V

        Activity

          People

            padubsky Pavel Dubsky
            add-uos hongyuan zhang
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes