How is it possible that I have a dealloc without having an object allocated? Please see the log when switching from the MAIN view to the RSSItem view. The 0xdd5adf0 memory gets deallocated, but I can't find where it was allocated. Thanks for any input.
ps: self (null) is from trying to print one of the properties of the 0xdd5adf0 object.
RSSItem initWithNibName p=0xdd319e0
targetViewController blogmainpage p=0xdd319e0
RSSItem view did load pointer=0xdd319e0
MAIN viewWillDisappear
RSSItem viewWillAppear pointer=0xdd319e0
__RSSItem dealloc pointer=0xdd5adf0__
__self (null)__
MAIN viewDidDisappear
RSSItem viewDidAppear pointer=0xdd319e0
[Switching to process 1993]
RSSItem viewWillDisappear pointer=0xdd319e0
MAIN viewWillAppear
RSSItem viewDidDisappear pointer=0xdd319e0
MAIN viewDidAppear
RSSItem dealloc pointer=0xdd319e0