-
- Downloads
#562 remove calls to dao->free() from api folder
Per gitlab The DAO object since ? 4.7.x? has been freed on _destruct. Using the ->free action has been demonstrated to create some rare bugs - ie. because query sets from the outer loop can be lost. There is no benefit in calling it any more and some harm https://github.com/civicrm/civicrm-core/pull/13192 was the last one in this series
Please register or sign in to comment