Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 166537
b: refs/heads/master
c: 4c57edb
h: refs/heads/master
i:
  166535: 2a4c961
v: v3
  • Loading branch information
Dave Airlie committed Sep 28, 2009
1 parent 8ffd114 commit 6d604b5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 74bf2ad508efa93db4254c9da9c7238da44e2c58
refs/heads/master: 4c57edba4588ddba40017fbde3cd356e600bdf80
2 changes: 2 additions & 0 deletions trunk/drivers/gpu/drm/radeon/r600_cs.c
Original file line number Diff line number Diff line change
Expand Up @@ -722,6 +722,8 @@ static void r600_cs_parser_fini(struct radeon_cs_parser *parser, int error)
kfree(parser->relocs);
for (i = 0; i < parser->nchunks; i++) {
kfree(parser->chunks[i].kdata);
kfree(parser->chunks[i].kpage[0]);
kfree(parser->chunks[i].kpage[1]);
}
kfree(parser->chunks);
kfree(parser->chunks_array);
Expand Down

0 comments on commit 6d604b5

Please sign in to comment.