diff options
author | Jeremy Huddleston <jeremyhu@apple.com> | 2011-10-29 20:15:11 -0700 |
---|---|---|
committer | Jeremy Huddleston <jeremyhu@apple.com> | 2011-10-29 20:15:11 -0700 |
commit | da3f8656744f7c801608c7c89a859c0f7dc9e6e0 (patch) | |
tree | 237b6a82fcd617e96b324a42a63dc7a8da16eb1a /src/legacy/i810/xvmc | |
parent | 17ba07a7befc7f442ae1c917a087ac026516d886 (diff) |
Use malloc/calloc/realloc/free directly
Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
Diffstat (limited to 'src/legacy/i810/xvmc')
-rw-r--r-- | src/legacy/i810/xvmc/I810XvMC.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/legacy/i810/xvmc/I810XvMC.c b/src/legacy/i810/xvmc/I810XvMC.c index 0754ff44..e6b63d30 100644 --- a/src/legacy/i810/xvmc/I810XvMC.c +++ b/src/legacy/i810/xvmc/I810XvMC.c @@ -4323,7 +4323,7 @@ static XvAttribute I810_XVMC_ATTRIBUTES[] = { // Function: XvMCQueryAttributes // Description: An array of XvAttributes of size "number" is returned by // this function. If there are no attributes, NULL is returned and number -// is set to 0. The array may be freed with xfree(). +// is set to 0. The array may be freed with free(). // // Arguments: // display - Connection to the X server. |