• Simon Morlat's avatar
    better management of LinphoneAddress in java. · 90ff3d47
    Simon Morlat authored
    Indeed there was some risk of getting into a situation where a java LinphoneAddress would point to a destroyed C LinphoneAddress (typically with call-logs).
    To prevent that, the java object can either refcount or clone the C object, depending on the constness of the C object.
    90ff3d47