Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 939175
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 15, 20262026-05-15T21:44:55+00:00 2026-05-15T21:44:55+00:00

I have some memory problems, from another post I tried to analyze my project

  • 0

I have some memory problems, from another post I tried to analyze my project to understand my errors…. here are some things that I don’t understand where’s my error….

thanks

1: sqlite connection:
sqlite connection http://grab.by/grabs/2125d36a8ec1fb0af1c813af33af5653.png

2: json converter:
json converter http://grab.by/grabs/7b22080098c8931d7ef505a1eb7c087e.png

3: url connection:
url connection http://grab.by/grabs/848a0942f69c91303347d08c64fb2fbb.png

4: cell of uitableview:
cell of uitableview http://grab.by/grabs/3917e88829bb6c956bb30445fc7bec20.png

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-15T21:44:56+00:00Added an answer on May 15, 2026 at 9:44 pm
    1. As stated you’re assigning to dbrc without using it. You could just leave out the assignment if you’re not going to use the error code.

      sqlite3_prepare_v2(...);
      ...
      while (sqlite3_step(...) == SQLITE_ROW) {
        ...
      
    2. If the for loop above is not run (i.e. the regex fails to match), then matchOk will never be initialized, i.e. it contains garbage.

      NSString* matchOK = nil;
      int nM = 0;
      ...
      
    3. You have +alloced a NSURLConnection but never store the result anywhere, thus to the analyzer there is no chance -releaseing it afterwards. This causes a leak.

    4. You have +alloced a TickerSessions without -releaseing it.

    Actually you could open the Build Results window to see what triggers the error.

    http://developer.apple.com/iphone/library/documentation/DeveloperTools/Conceptual/XcodeProjectManagement/art/analyzer_results_by_step.jpg

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have an other active question HERE regarding some hopeless memory issues that possibly
We have a couple of sites which have some memory problems and fairly often
I have successfully debugged my own memory leak problems. However, I have noticed some
I have some Java code that is throwing out of memory exceptions after running
I have some C code that stores ASCII strings in memory as a four
I have some legacy code that was used to monitor my applications cpu,memory etc
I'm looking for suggestions on new development system from some programmers that have more
I am following up from this question here The problem I have is that
We have a memory overwrite problem. At some point, during the course of our
I have some questions about using MySQLi queries, and related memory management. Suppose I

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.