johnyhost / transmisson-remote-gui

Automatically exported from code.google.com/p/transmisson-remote-gui
GNU General Public License v2.0
0 stars 0 forks source link

Memory leak #114

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Abstract
Memory leaks, while "General" tab of unfinished torrent is choosen (active 
or inactive).
It leaks ~200 KB/s for 173 MB torrent (0% completed) and ~500 KB/s for 4,19 
GB torrent (63,6% completed).
The problem may be appeared after changeing of progressbar in "General" tab 
to utorrent-like.

What steps will reproduce the problem?
1. Add torrent to transmission (in any way) and open transmission-remote-
gui (if it is not opened already)
2. Choose it and switch to "general" tab
3. Memory leaks!

What version of the product are you using? On what operating system?
Windows XP SP3 w/latest updates (11.07.2009) (x86 arch, DEP-off, no-PAE), 
transmission-remote-gui latest svn build (rev. 194, built with fpc-2.2.5)

Part of my transmission.lpi:
    <CodeGeneration>
      <SmartLinkUnit Value="True"/>
      <SmallerCode Value="True"/>
      <TargetProcessor Value="pentiumm"/>
      <TargetCPU Value="i386"/>
      <TargetOS Value="Linux"/>
      <Optimizations>
        <VariablesInRegisters Value="True"/>
        <OptimizationLevel Value="3"/>
      </Optimizations>
    </CodeGeneration>
    <Linking>
      <Debugging>
        <UseLineInfoUnit Value="False"/>
        <StripSymbols Value="True"/>
      </Debugging>
      <LinkSmart Value="True"/>
      <Options>
        <Win32>
          <GraphicApplication Value="True"/>
        </Win32>
      </Options>
    </Linking>

Original issue reported on code.google.com by alexande...@gmail.com on 11 Jul 2009 at 4:12

GoogleCodeExporter commented 9 years ago
Fixed in r195.

Original comment by j...@cp-lab.com on 19 Jul 2009 at 10:46