Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
B
belle-sip
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
4
Issues
4
List
Board
Labels
Milestones
Merge Requests
7
Merge Requests
7
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
External Wiki
External Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
BC
public
belle-sip
Commits
54c4989f
Commit
54c4989f
authored
Jun 02, 2014
by
Simon Morlat
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix memory leak
parent
a3bbd5ce
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
belle_sdp_impl.c
src/belle_sdp_impl.c
+1
-0
No files found.
src/belle_sdp_impl.c
View file @
54c4989f
...
...
@@ -53,6 +53,7 @@ struct _belle_sdp_attribute {
};
void
belle_sdp_attribute_destroy
(
belle_sdp_attribute_t
*
attribute
)
{
DESTROY_STRING
(
attribute
,
name
)
DESTROY_STRING
(
attribute
,
unparsed_value
)
}
void
belle_sdp_attribute_clone
(
belle_sdp_attribute_t
*
attribute
,
const
belle_sdp_attribute_t
*
orig
){
CLONE_STRING
(
belle_sdp_attribute
,
name
,
attribute
,
orig
)
...
...
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