farhan678 / adwhirl

Automatically exported from code.google.com/p/adwhirl
0 stars 0 forks source link

Patch for dealloc loop in Greystripe adapter #257

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Load Greystripe advertisement using the Greystripe adapter
2. Allow another provider to load a new ad to replace the Greystripe ad
3. Allow AdWhirl to call dealloc on the Greystripe adapter

What is the expected output? What do you see instead?
Expected output is a new ad.

Actual results are: 
Adapter Dealloc will loop causing an over-release of the innerview.  This 
causes a SEGFAULT (see comment for more details).

What version of the product are you using? On what operating system?
3.0.0 iOS (4.0+)

Additional details:
The following clone includes this patch:
http://code.google.com/r/chris-7thg-adwhirl/

Original issue reported on code.google.com by ch...@7thg.com on 20 Sep 2011 at 7:36

Attachments: