Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Joshua Ashton
mesa
Commits
c622edb0
Commit
c622edb0
authored
Oct 31, 2006
by
Dave Airlie
Browse files
Another free->align_free
parent
834af8fa
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/mesa/drivers/dri/i915/intel_tex_image.c
View file @
c622edb0
...
...
@@ -365,7 +365,7 @@ intelTexImage(GLcontext * ctx,
assert
(
!
texImage
->
Data
);
}
else
if
(
texImage
->
Data
)
{
free
(
texImage
->
Data
);
_mesa_align_
free
(
texImage
->
Data
);
}
/* If this is the only texture image in the tree, could call
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment