tiny_malloc_from_free_list Error

844 Views Asked by At

I am using my app on iPad then it got error tiny_malloc_from_free_list and it causes the application to crash. Where as I know it is causes by adWhirl Which i have used in my app and the method is

(void)bannerView:(ADBannerView *)banner didFailToReceiveAdWithError:(NSError *)error

{
    banner.delegate=self;

    [adWhirlView adapter:self didFailAd:error];

}

I don't know what is the cause of problem. Any suggestions?

0

There are 0 best solutions below