|
|
qemu 1.0.1
/*
*
* (c) 2005-2009 Laurent Vivier <[email protected]>
*
* This file has been copied from EMILE bootloader, http://emile.sf.net
*
*/
#include "libiso9660.h"
void iso9660_close(iso9660_FILE *file)
{
free(file->path);
free(file);
}
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.