diff --git a/libavcodec/h264.c b/libavcodec/h264.c
index 0d8ff40e8c57f9cc859d77a22750bb625ae11101..20de3254a9479801a2e17a39da7e6a76d7550ad6 100644
--- a/libavcodec/h264.c
+++ b/libavcodec/h264.c
@@ -1696,7 +1696,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++)