Potential memory leak in mpi_exp_mod() when error occurs during
calculation of RR.
diff --git a/ChangeLog b/ChangeLog
index 4f681c1..2a7134d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -43,6 +43,8 @@
      of one of them failed
    * x509_get_current_time() uses localtime_r() to prevent thread issues
    * Some example server programs were not sending the close_notify alert.
+   * Potential memory leak in mpi_exp_mod() when error occurs during
+     calculation of RR.
 
 = Version 1.2.10 released 2013-10-07
 Changes