mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2025-02-21 03:11:13 +00:00
update API doc about fluid_sfloader_t::free()
This commit is contained in:
parent
31592fee64
commit
b334ba3f8f
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@ struct _fluid_sfloader_t {
|
|||
const fluid_file_callbacks_t* file_callbacks;
|
||||
|
||||
/**
|
||||
* The free method should free the memory allocated for the loader in
|
||||
* The free method should free the memory allocated for this loader instance in
|
||||
* addition to any private data.
|
||||
* @param loader SoundFont loader
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue