The application fell into a broken state when shooting in the iPhone 4G?

I took a photo from my device and resized the image and set it to the image frame. But my applications crashed several times after taking a photo (using resizing). Now I took a photo in iphone 4G. An application can only be broken when many applications are running in the background (multitasking). So, how can I solve this problem ?, except for the application, it does not crash at any time. The only problem is that when many applications are running in the background, when using camera mode, applications are broken. So please help me.

Thank.

+3
source share
1 answer

.

dealloc :

[label1 release];              // OK
[label2 release];              // OK
[label3 dealloc];              // Not OK

[super dealloc];               // OK

, .

0

Source: https://habr.com/ru/post/1787974/


All Articles