projects
/
mit-scheme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5b25e2c
)
Fix typo that prematurely deallocated a message buffer.
author
Chris Hanson
<org/chris-hanson/cph>
Sun, 15 Oct 1995 00:34:47 +0000
(
00:34
+0000)
committer
Chris Hanson
<org/chris-hanson/cph>
Sun, 15 Oct 1995 00:34:47 +0000
(
00:34
+0000)
v7/src/microcode/os2cthrd.c
patch
|
blob
|
history
diff --git
a/v7/src/microcode/os2cthrd.c
b/v7/src/microcode/os2cthrd.c
index 553c3964ce5301131df417091ef65b5260101ebc..efc45c87498ae948d5597bd8a0814760661f5aca 100644
(file)
--- a/
v7/src/microcode/os2cthrd.c
+++ b/
v7/src/microcode/os2cthrd.c
@@
-1,6
+1,6
@@
/* -*-C-*-
-$Id: os2cthrd.c,v 1.
6 1995/04/28 07:04:56
cph Exp $
+$Id: os2cthrd.c,v 1.
7 1995/10/15 00:34:47
cph Exp $
Copyright (c) 1994-95 Massachusetts Institute of Technology
@@
-252,8
+252,8
@@
OS2_readahead_buffer_rubout (readahead_buffer_t * buffer)
(buffer -> tail) = prev;
}
OS_free (tail);
+ OS2_destroy_message (message);
}
- OS2_destroy_message (message);
return (c);
}
}