Clarified two comments.

This commit is contained in:
2011-05-06 13:32:06 +02:00
parent fed8b23017
commit 6d5e68fd01
2 changed files with 7 additions and 1 deletions

View File

@ -246,6 +246,9 @@ int default_create_node(IsoNodeBuilder *builder, IsoImage *image,
static
void default_free(IsoNodeBuilder *builder)
{
/* The .free() method of IsoNodeBuilder shall free private data but not
the builder itself. The latter is done in iso_node_builder_unref().
*/
return;
}