memory-leaks
NSURLRequest: EXC_BAD_ACCESS
I\'m building an application with loads content from an PHP file. I have 4 views with loads content from 4 different PHP files. For each view controller i\'m using the following code:[详细]
2023-04-08 09:19 分类:问答When to call YUI destroy?
When should destroy be called?Does it ever get called automatically by YUI lifecycle?Does the page unload cause the YUI lifecycle to call destroy on all objects created during the page processing?I ha[详细]
2023-04-08 05:52 分类:问答SQL Stored Proc eats memory over time
I\'ve been trying to diagnosis this 30 MB memory leak in this webservice.It has some bulk gets from SQL using standard stored procs.Each \"bulk\" returns around 10,000-50,000 rows.The webservice gener[详细]
2023-04-08 02:42 分类:问答Memory leak using QVector
QVector<cLibraryRecord> Library; ... Library.push_back(cLibraryRecord(ReaderFullName, BookGenre, BookTitle, AuthorsFullName, IssueDate, ReturnDate));[详细]
2023-04-08 02:13 分类:问答Rails 3.1, memory leak for missing local partial variables (Ruby 1.9.2-p290)
If I render a partial like so: = render :partial => \"event_news_item\", :object => event,:variable => true[详细]
2023-04-08 01:17 分类:问答What needs to be released in the AppDelegate?
I have a project that I created by using Xcode\'s Single View Application template. Obviously, it comes with a view controller and an app delegate file. Everything works fine. I just wanted to use Xco[详细]
2023-04-08 01:01 分类:问答Good practice to free malloc's at program conclusion?
I have a simple program which reads a bunch of ini file settings in memory allocated dynamically (malloc), then does stuff in loops for a long time, then ends.When I run valgrind I see that the memory[详细]
2023-04-08 00:19 分类:问答Chances of memory leak when valgrind says no memory leak
My Ccode does not show any memory leak while checking with valgrind. But when i integrate that code with another system, which has its own memory management but of course callsmallocfor allocating mem[详细]
2023-04-08 00:08 分类:问答Do i need to delete dom fragments or will the garbage collector remove them?
This maybe a bit of a silly question. I\'m assuming that the garbage collector disposes of any dangling variables after a function ends execution, but I was wondering if this also applies to DOM fragm[详细]
2023-04-07 20:15 分类:问答Copy XValues from one TChartSeries to another
Does anyone know how to copy the XValues from one TChartSeries to another in Delphi7 (and TeeCha开发者_Python百科rt 4.04)? TChartSeries.ReplaceList(CopySeries.XValues, OriginalSeries.XValues) does not[详细]
2023-04-07 15:23 分类:问答