]> git.sur5r.net Git - u-boot/blobdiff - tools/mkimage.c
mkimage: Fix missing free() in show_valid_options()
[u-boot] / tools / mkimage.c
index 02f88bb983beaaf95583d4239714e0cf60b93532..0c6dba89a099a32ff97ccfe04906e9344b6b3ab9 100644 (file)
@@ -64,6 +64,7 @@ static int show_valid_options(enum ih_category category)
                        genimg_get_cat_name(category, item));
        }
        fprintf(stderr, "\n");
+       free(order);
 
        return 0;
 }