mirror of
https://github.com/ipxe/ipxe
synced 2025-12-27 18:12:36 +03:00
Let ifmgmt.c take care of calling efree(), since it's the once which
took out the contract to eventually call efree() when it called fetch(). Maintain the most recently loaded image at the start of the list, so that imgautoselect() will pick it.
This commit is contained in:
@@ -107,8 +107,8 @@ extern struct list_head images;
|
||||
|
||||
extern int register_image ( struct image *image );
|
||||
extern void unregister_image ( struct image *image );
|
||||
extern void promote_image ( struct image *image );
|
||||
struct image * find_image ( const char *name );
|
||||
extern void free_image ( struct image *image );
|
||||
extern int image_load ( struct image *image );
|
||||
extern int image_autoload ( struct image *image );
|
||||
extern int image_exec ( struct image *image );
|
||||
|
||||
Reference in New Issue
Block a user