X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FUtils%2FAddress%2FBatchUpdate.php;h=4e3a47331fa810a1b8fbd824002a7ec5e29e2a9e;hb=73e57781380c5e928082d48d3a7e61ed1f339f78;hp=9b16c0d2f4c2b985a6fcf1ef6a76812b9e96141d;hpb=35300ebd3b90fd1d73409c4d1b75ffc86a05c728;p=civicrm-core.git diff --git a/CRM/Utils/Address/BatchUpdate.php b/CRM/Utils/Address/BatchUpdate.php index 9b16c0d2f4..4e3a47331f 100644 --- a/CRM/Utils/Address/BatchUpdate.php +++ b/CRM/Utils/Address/BatchUpdate.php @@ -254,7 +254,6 @@ class CRM_Utils_Address_BatchUpdate { $address->id = $dao->address_id; $address->copyValues($addressParams); $address->save(); - $address->free(); } }