summaryrefslogtreecommitdiff
path: root/ReleaseNotes.txt
diff options
context:
space:
mode:
authorMilan Crha <mcrha@redhat.com>2019-10-14 21:23:20 +0200
committerCorentin Noël <corentin@elementary.io>2019-10-15 18:45:40 +0200
commit57e4b56fac028f83b7a467001ea982b47ab44580 (patch)
tree02092298900dbc9a0d44c6a2f1476191df5ba1ca /ReleaseNotes.txt
parentf3239364efcd91ba29c79e4122820805660138b3 (diff)
downloadlibical-git-57e4b56fac028f83b7a467001ea982b47ab44580.tar.gz
Let icalattach_new_from_data() use the 'free_fn' argument againmcrha/annotations
This had been disabled with commit 7a2f318bacae5521848963d96a3a644bc6be1d01 (in time of 1.0.1) to fix inline attachments crashing. That commit could eventually cause memory leaks and higher memory usage. This change adds necessary strdup() calls on places where required only and makes use of the 'free_fn' argument again. It also fixes libical-glib's i_cal_attach_new_from_bytes(), which relies on this 'free_fn'.
Diffstat (limited to 'ReleaseNotes.txt')
-rw-r--r--ReleaseNotes.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/ReleaseNotes.txt b/ReleaseNotes.txt
index f580fa4b..0b5c5c8d 100644
--- a/ReleaseNotes.txt
+++ b/ReleaseNotes.txt
@@ -4,6 +4,7 @@ Release Highlights
Version 3.0.7 (UNRELEASED):
---------------------------
* libical-glib: Fix ICalAttach handling of the icalattach native structure
+ * Let icalattach_new_from_data() use the 'free_fn' argument again
Version 3.0.6 (14 Sep 2019):
----------------------------