Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 81443
b: refs/heads/master
c: 072b7a5
h: refs/heads/master
i:
  81441: 1f0f60b
  81439: 2a6d9fe
v: v3
  • Loading branch information
Harvey Harrison authored and Ingo Molnar committed Jan 31, 2008
1 parent 097cbc5 commit dc2baa4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 706b7e1573d7b7ad7825e84a6dcfb3d533993b83
refs/heads/master: 072b7a58ca534a667f9649ead1628dfb20087e4b
2 changes: 1 addition & 1 deletion trunk/arch/x86/kernel/ds.c
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ int ds_free(void **dsp)
if (*dsp)
kfree((void *)get_bts_buffer_base(*dsp));
kfree(*dsp);
*dsp = 0;
*dsp = NULL;

return 0;
}
Expand Down

0 comments on commit dc2baa4

Please sign in to comment.