Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt Creator and other tools
  4. Why did these lines start appearing in the console when launching and closing the application? They didn't exist before
Forum Updated to NodeBB v4.3 + New Features

Why did these lines start appearing in the console when launching and closing the application? They didn't exist before

Scheduled Pinned Locked Moved Unsolved Qt Creator and other tools
2 Posts 2 Posters 235 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    StepanK
    wrote on last edited by
    #1

    Previously, when launching other applications, there were no these lines. The only thing that happened before these lines appeared at startup: I ran a program several times in which I allocated memory using "new", but did not delete it. Could it have had any effect?

    5ae0e41a-5c16-422a-b5e0-98568847960c-image.png

    mzimmersM 1 Reply Last reply
    0
    • S StepanK

      Previously, when launching other applications, there were no these lines. The only thing that happened before these lines appeared at startup: I ran a program several times in which I allocated memory using "new", but did not delete it. Could it have had any effect?

      5ae0e41a-5c16-422a-b5e0-98568847960c-image.png

      mzimmersM Offline
      mzimmersM Offline
      mzimmers
      wrote on last edited by
      #2

      @StepanK very unlikely your new statements would cause this; everything new creates is destroyed with the application exits. I'm just guessing, but those messages look like they're coming from the debugger interface.

      1 Reply Last reply
      0

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved