fixed a potential memory leak when loading embedded bitmaps
diff --git a/CHANGES b/CHANGES
index 4a568bd..54424ed 100644
--- a/CHANGES
+++ b/CHANGES
@@ -53,6 +53,9 @@
   - updated the tutorial (not finished though).
   - updated the top-level BUILD  document
 
+  - fixed a potential memory leak that could occur when loading embedded
+    bitmaps.
+
   - added the declaration of FT_New_Memory_Face in <freetype/freetype.h>, as
     it was missing from the public header (the implementation was already
     in "ftobjs.c").