]> git.sesse.net Git - mlt/blobdiff - src/framework/mlt_profile.c
Add Mlt::Profile.list().
[mlt] / src / framework / mlt_profile.c
index d1c0237b17c20914ae587fe686440f4940626b8c..04b04cc92744d0ee7de46e692eaa251c26f9322c 100644 (file)
@@ -338,7 +338,7 @@ mlt_profile mlt_profile_clone( mlt_profile profile )
 
 /** Get the list of profiles.
  *
- * The caller MUST free the returned properties object!
+ * The caller MUST close the returned properties object!
  * Each entry in the list is keyed on its name, and its value is another
  * properties object that contains the attributes of the profile.
  * \public \memberof mlt_profile_s