Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
L
lyskom-server-ceder-1616-generations-topgit
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Per Cederqvist
lyskom-server-ceder-1616-generations-topgit
Commits
d12b58d5
Commit
d12b58d5
authored
31 years ago
by
Per Cederqvist
Browse files
Options
Downloads
Patches
Plain Diff
isc_event.c (isc_getnextevent): event->session was sometimes set
erronously if an error occured in select() or if a timeout occured.
parent
dbe364b0
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/libraries/libisc-new/src/ChangeLog
+5
-0
5 additions, 0 deletions
src/libraries/libisc-new/src/ChangeLog
src/libraries/libisc-new/src/isc_event.c
+2
-0
2 additions, 0 deletions
src/libraries/libisc-new/src/isc_event.c
with
7 additions
and
0 deletions
src/libraries/libisc-new/src/ChangeLog
+
5
−
0
View file @
d12b58d5
Fri Sep 24 16:16:36 1993 Per Cederqvist (ceder@lysator.liu.se)
* isc_event.c (isc_getnextevent): event->session was sometimes set
erronously if an error occured in select() or if a timeout occured.
Sun Jan 17 02:56:47 1993 Per Cederqvist (ceder@konrad)
Sun Jan 17 02:56:47 1993 Per Cederqvist (ceder@konrad)
* isc_session.c (isc_remove): Fix memory leak: Free the list-head.
* isc_session.c (isc_remove): Fix memory leak: Free the list-head.
...
...
This diff is collapsed.
Click to expand it.
src/libraries/libisc-new/src/isc_event.c
+
2
−
0
View file @
d12b58d5
...
@@ -107,6 +107,8 @@ RETRY:
...
@@ -107,6 +107,8 @@ RETRY:
return
event
;
return
event
;
}
}
else
event
->
session
=
NULL
;
}
}
/*
/*
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment