diff options
author | jcarsey <jcarsey@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-07-13 16:04:10 +0000 |
---|---|---|
committer | jcarsey <jcarsey@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-07-13 16:04:10 +0000 |
commit | eb646684773d495e665c50d958d7e54088dffc82 (patch) | |
tree | 5cc726e841087035c670dc14ebfc6ff5fc3755ba /ShellPkg | |
parent | f2d0889ff857e90351d2e26898aa9ea6b0a5dc35 (diff) | |
download | edk2-platforms-eb646684773d495e665c50d958d7e54088dffc82.tar.xz |
comment clarification
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8935 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'ShellPkg')
-rw-r--r-- | ShellPkg/Include/Library/ShellLib.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ShellPkg/Include/Library/ShellLib.h b/ShellPkg/Include/Library/ShellLib.h index 64c5647ab3..e08cc88452 100644 --- a/ShellPkg/Include/Library/ShellLib.h +++ b/ShellPkg/Include/Library/ShellLib.h @@ -566,7 +566,8 @@ ShellSetPageBreakMode ( and will process '?' and '*' as such. the list must be freed with a call to
ShellCloseFileMetaArg().
- If you are NOT appending to an existing list *ListHead must be NULL.
+ If you are NOT appending to an existing list *ListHead must be NULL. If
+ *ListHead is NULL then it must be callee freed.
@param Arg pointer to path string
@param OpenMode mode to open files with
|