summaryrefslogtreecommitdiff
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorDmitry Antipov <dmantipov@yandex.ru>2012-07-26 09:23:25 +0400
committerDmitry Antipov <dmantipov@yandex.ru>2012-07-26 09:23:25 +0400
commit3628596ac2be344eb034e22e579a0690571fa8a9 (patch)
treeeec228a022981d54fcdc60ecdfd4cdee0ff4a78c /src/ChangeLog
parent670d85ea14e772836797d43101f9c5c5cc1af05e (diff)
Explicitly free restriction data that are not needed anymore.
* editfns.c (save_restriction_restore): Free restriction data.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index eb74f458942..3b85ef30795 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
+2012-07-26 Dmitry Antipov <dmantipov@yandex.ru>
+
+ Explicitly free restriction data that are not needed anymore.
+ * editfns.c (save_restriction_restore): Free restriction data.
+
2012-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
* eval.c (Fautoload_do_load): Rename from do_autoload, export to Lisp,