diff --git a/libavcodec/h264.c b/libavcodec/h264.c
index 87a27e2c2173897366ba9cbaa27ed22c30259c2c..8c909c2b00caf6689baffc12870bfd32c3b9c13b 100644
--- a/libavcodec/h264.c
+++ b/libavcodec/h264.c
@@ -1848,7 +1848,7 @@ av_cold void ff_h264_free_context(H264Context *h)
 {
     int i;
 
-    ff_h264_free_tables(h); // FIXME cleanup init stuff perhaps
+    ff_h264_free_tables(h);
 
     if (h->DPB) {
         for (i = 0; i < H264_MAX_PICTURE_COUNT; i++)