Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
LSH
lsh
Commits
e016a09f
Commit
e016a09f
authored
Mar 16, 2001
by
Niels Möller
Browse files
(do_remember_resource): Bugfix: Use
KILL_RESOURCE, not KILL. Rev: src/resource.c:1.14
parent
be786f34
Changes
1
Show whitespace changes
Inline
Side-by-side
src/resource.c
View file @
e016a09f
...
...
@@ -141,7 +141,7 @@ do_remember_resource(struct resource_list *s,
if
(
!
self
->
super
.
super
.
alive
)
{
werror
(
"do_remember_resource: resource list is already dead.
\n
"
);
KILL
(
resource
);
KILL
_RESOURCE
(
resource
);
return
;
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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