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. how to turn off or suppress "Detected memory leaks" ?

how to turn off or suppress "Detected memory leaks" ?

Scheduled Pinned Locked Moved Unsolved Qt Creator and other tools
2 Posts 2 Posters 240 Views
  • 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.
  • D Offline
    D Offline
    davecotter
    wrote on last edited by
    #1

    I'm implementing what some call "fast quit", where, after all important data is saved, the app just commits suicide, without disposing or deallocating any more data structures or windows or anything.

    this works: quitting is very fast!

    however, then i'm stuck in the debugger watching a hundred pages of leak detection reports.

    How do i turn that off?

    JonBJ 1 Reply Last reply
    0
    • D davecotter

      I'm implementing what some call "fast quit", where, after all important data is saved, the app just commits suicide, without disposing or deallocating any more data structures or windows or anything.

      this works: quitting is very fast!

      however, then i'm stuck in the debugger watching a hundred pages of leak detection reports.

      How do i turn that off?

      JonBJ Offline
      JonBJ Offline
      JonB
      wrote on last edited by
      #2

      @davecotter
      Without knowing what platform or debugger you use? This is a debugger thing rather than a Qt Creator one, I use gcc & gdb under Linux, I do not get any "leak detection reports" on exiting. Unless I were to run it under valgrind.

      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