revert to use of g_free to make future qemu integrations easier (#695)
* revert to use of g_free to make future qemu integrations easier * bracing
This commit is contained in:

committed by
Nguyen Anh Quynh

parent
6a2eb14ff3
commit
fccbcfd4c2
@ -210,7 +210,7 @@ void fips_set_state(bool requested);
|
||||
bool fips_get_state(void);
|
||||
|
||||
/* Get the saved exec dir.
|
||||
* Caller needs to release the returned string by free() */
|
||||
* Caller needs to release the returned string by g_free() */
|
||||
char *qemu_get_exec_dir(void);
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user