Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mpd
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Иван Мажукин
mpd
Commits
6405db93
Commit
6405db93
authored
Mar 29, 2009
by
Avuton Olrich
Committed by
Max Kellermann
Mar 30, 2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
conf: config_param_free() not necessary for export.
parent
96ab110b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
3 deletions
+1
-3
conf.c
src/conf.c
+1
-1
conf.h
src/conf.h
+0
-2
No files found.
src/conf.c
View file @
6405db93
...
...
@@ -87,7 +87,7 @@ newConfigParam(const char *value, int line)
return
ret
;
}
void
static
void
config_param_free
(
gpointer
data
,
G_GNUC_UNUSED
gpointer
user_data
)
{
struct
config_param
*
param
=
data
;
...
...
src/conf.h
View file @
6405db93
...
...
@@ -153,8 +153,6 @@ config_get_block_bool(const struct config_param *param, const char *name,
struct
config_param
*
newConfigParam
(
const
char
*
value
,
int
line
);
void
config_param_free
(
gpointer
data
,
gpointer
user_data
);
void
addBlockParam
(
struct
config_param
*
param
,
const
char
*
name
,
const
char
*
value
,
int
line
);
...
...
Write
Preview
Markdown
is supported
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