I have some memory leak in my app which yet I cannot figure out why. If I release those objects the app crashes. Is it a problem to approve my app by apple?
The answer to your original question is "Yes", Apple will approve it, as long as they don't test it long enough for the app to run out of memory. They spend very little time testing apps, so you're probably going to get by them.
I disagree with the commenter who said that you've got no business writing code if you can't fix a memory leak. I agree that we should aim for flawless code, but the reality is that this is a business decision you need to make for yourself. There are a number of factors that weigh in this decision, and a "perfect" app is not necessarily the best money making app.
Relevant to your decision:
Finally, I definitely recommend posting your leaky code to StackOverflow as a separate question.