]> git.mxchange.org Git - quix0rs-gnu-social.git/commit
Fix warning in subscribers/subscriptions list pages where we attempted to call free...
authorBrion Vibber <brion@pobox.com>
Fri, 7 Jan 2011 23:29:30 +0000 (15:29 -0800)
committerBrion Vibber <brion@pobox.com>
Fri, 7 Jan 2011 23:29:30 +0000 (15:29 -0800)
commit5616bfb5ffa3af4c6a375ff9c8c8560d86208898
tree1d1e10eb1ca11e219d84a30d9fe7d4802df7591f
parent35507cd0394fd058d69e65e7d18fcf880588bf2b
Fix warning in subscribers/subscriptions list pages where we attempted to call free() an ArrayWrapper after it was used up, thus trying to forward the call to a nonexistent object.

Removed the free calls (unneeded since destructors now work), and added an error check w/ logging & an exception for future attempts to forward calls to nonexistent object.
actions/subscribers.php
actions/subscriptions.php
lib/arraywrapper.php