Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. valgrind problem with graphicsView and Charts
Forum Updated to NodeBB v4.3 + New Features

valgrind problem with graphicsView and Charts

Scheduled Pinned Locked Moved Unsolved General and Desktop
5 Posts 2 Posters 339 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.
  • I Offline
    I Offline
    io199
    wrote on last edited by
    #1
    This post is deleted!
    1 Reply Last reply
    0
    • gde23G Offline
      gde23G Offline
      gde23
      wrote on last edited by gde23
      #2

      The valgrind output means that in the code some memory is allocated (e.g. with new) and then it is not deleted later in the code so the memory is lost.

      Is the error in a function that you wrote or in some Qt internal function or in some other library you are using?
      It is (unfortunately) not uncommon, that in some thirdparty library such errors occure.

      Can you post the whole valgrind output? There you can see hat exact function the error is in.

      1 Reply Last reply
      0
      • I Offline
        I Offline
        io199
        wrote on last edited by
        #3
        This post is deleted!
        I 1 Reply Last reply
        0
        • I io199

          This post is deleted!

          I Offline
          I Offline
          io199
          wrote on last edited by
          #4
          This post is deleted!
          1 Reply Last reply
          0
          • I Offline
            I Offline
            io199
            wrote on last edited by
            #5
            This post is deleted!
            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