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
22a0fa28
Commit
22a0fa28
authored
Apr 08, 2001
by
Niels Möller
Browse files
* src/resource.c (dont_free_live_resource): Changed again, to
issue a fatal error. Rev: src/resource.c:1.16
parent
f938b057
Changes
1
Show whitespace changes
Inline
Side-by-side
src/resource.c
View file @
22a0fa28
...
...
@@ -60,7 +60,7 @@ void
dont_free_live_resource
(
int
alive
)
{
if
(
alive
)
werror
(
"dont_free_live_resource: "
fatal
(
"dont_free_live_resource: "
"garbage collecting a live resource!
\n
"
);
}
...
...
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