Gimp.Path.free
@accepts([filename])
@returns(none)
def free(path):
# Python wrapper for gimp_path_free()
This function frees the memory allocated for the list and the strings it contains.
- path
A list of directories as returned by Gimp.Path.parse.