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
0e805f8b
Commit
0e805f8b
authored
23 years ago
by
Per Cederqvist
Browse files
Options
Downloads
Patches
Plain Diff
(do_create_conf): This can leak conference numbers. Write a comment
about it.
parent
e225ec83
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/server/conference.c
+7
-2
7 additions, 2 deletions
src/server/conference.c
with
7 additions
and
2 deletions
src/server/conference.c
+
7
−
2
View file @
0e805f8b
/*
* $Id: conference.c,v 0.6
2
2001/09/2
2 13:41:25 by
er
s
Exp $
* $Id: conference.c,v 0.6
3
2001/09/2
9 20:11:24 ced
er Exp $
* Copyright (C) 1991-2000 Lysator Academic Computer Association.
*
* This file is part of the LysKOM server.
...
...
@@ -35,7 +35,7 @@
static
const
char
*
rcsid
=
"$Id: conference.c,v 0.6
2
2001/09/2
2 13:41:25 by
er
s
Exp $"
;
rcsid
=
"$Id: conference.c,v 0.6
3
2001/09/2
9 20:11:24 ced
er Exp $"
;
#include
"rcs.h"
USE
(
rcsid
);
...
...
@@ -312,6 +312,11 @@ do_create_conf(String name,
creator
,
TRUE
)
!=
OK
)
{
/* FIXME: Conf_no leak: We create a conference, check the
aux-items, determine that the aux-items are bogus, and
immediately delete the conference. This leaks a conference
number. We can live with that, but it isn't pretty. */
cached_delete_conf
(
conf_no
);
return
0
;
}
...
...
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