Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-1.1
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-1.1
Commits
0274be87
Commit
0274be87
authored
Mar 12, 2008
by
Rémi Duraffort
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
The last but not the least commit about these useless tests.
parent
7326fad1
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
18 additions
and
20 deletions
+18
-20
modules/access_output/shout.c
modules/access_output/shout.c
+4
-4
modules/codec/ffmpeg/encoder.c
modules/codec/ffmpeg/encoder.c
+1
-1
modules/control/http/macro.c
modules/control/http/macro.c
+2
-2
modules/control/http/mvar.c
modules/control/http/mvar.c
+1
-2
modules/control/netsync.c
modules/control/netsync.c
+1
-1
modules/control/rc.c
modules/control/rc.c
+6
-6
modules/control/telnet.c
modules/control/telnet.c
+3
-4
No files found.
modules/access_output/shout.c
View file @
0274be87
...
...
@@ -263,10 +263,10 @@ static int Open( vlc_object_t *p_this )
return
VLC_EGENERIC
;
}
if
(
psz_name
)
free
(
psz_name
);
if
(
psz_description
)
free
(
psz_description
);
if
(
psz_genre
)
free
(
psz_genre
);
if
(
psz_url
)
free
(
psz_url
);
free
(
psz_name
);
free
(
psz_description
);
free
(
psz_genre
);
free
(
psz_url
);
var_Get
(
p_access
,
SOUT_CFG_PREFIX
"mp3"
,
&
val
);
if
(
val
.
b_bool
==
VLC_TRUE
)
...
...
modules/codec/ffmpeg/encoder.c
View file @
0274be87
...
...
@@ -399,7 +399,7 @@ int E_(OpenEncoder)( vlc_object_t *p_this )
p_sys
->
i_aac_profile
=
FF_PROFILE_UNKNOWN
;
}
}
if
(
val
.
psz_string
)
free
(
val
.
psz_string
);
free
(
val
.
psz_string
);
#endif
if
(
p_enc
->
fmt_in
.
i_cat
==
VIDEO_ES
)
...
...
modules/control/http/macro.c
View file @
0274be87
...
...
@@ -390,7 +390,7 @@ static void MacroDo( httpd_file_sys_t *p_args,
}
}
if
(
p_items
)
free
(
p_items
);
free
(
p_items
);
break
;
}
case
MVLC_KEEP
:
...
...
@@ -432,7 +432,7 @@ static void MacroDo( httpd_file_sys_t *p_args,
}
}
if
(
p_items
)
free
(
p_items
);
free
(
p_items
);
break
;
}
case
MVLC_EMPTY
:
...
...
modules/control/http/mvar.c
View file @
0274be87
...
...
@@ -626,8 +626,7 @@ mvar_t *E_(mvar_FileSetNew)( intf_thread_t *p_intf, char *name,
}
free
(
psz_dir
);
if
(
ppsz_dir_content
!=
NULL
)
free
(
ppsz_dir_content
);
free
(
ppsz_dir_content
);
return
s
;
}
...
...
modules/control/netsync.c
View file @
0274be87
...
...
@@ -158,7 +158,7 @@ static void Run( intf_thread_t *p_intf )
else
i_socket
=
net_ConnectUDP
(
VLC_OBJECT
(
p_intf
),
psz_master
,
NETSYNC_PORT
,
0
);
if
(
psz_master
)
free
(
psz_master
);
free
(
psz_master
);
if
(
i_socket
<
0
)
{
...
...
modules/control/rc.c
View file @
0274be87
...
...
@@ -1270,7 +1270,7 @@ static int Input( vlc_object_t *p_this, char const *psz_cmd,
&
val
,
&
text
);
msg_rc
(
"+----[ end of %s ]"
,
val_name
.
psz_string
);
if
(
val_name
.
psz_string
)
free
(
val_name
.
psz_string
);
free
(
val_name
.
psz_string
);
i_error
=
VLC_SUCCESS
;
}
...
...
@@ -1778,7 +1778,7 @@ static int VideoConfig( vlc_object_t *p_this, char const *psz_cmd,
&
val
,
&
text
);
msg_rc
(
"+----[ end of %s ]"
,
val_name
.
psz_string
);
if
(
val_name
.
psz_string
)
free
(
val_name
.
psz_string
);
free
(
val_name
.
psz_string
);
i_error
=
VLC_SUCCESS
;
}
...
...
@@ -1865,7 +1865,7 @@ static int AudioConfig( vlc_object_t *p_this, char const *psz_cmd,
&
val
,
&
text
);
msg_rc
(
"+----[ end of %s ]"
,
val_name
.
psz_string
);
if
(
val_name
.
psz_string
)
free
(
val_name
.
psz_string
);
free
(
val_name
.
psz_string
);
i_error
=
VLC_SUCCESS
;
}
else
...
...
@@ -1933,12 +1933,12 @@ static int Menu( vlc_object_t *p_this, char const *psz_cmd,
{
msg_rc
(
_
(
"Please provide one of the following parameters:"
)
);
msg_rc
(
"[on|off|up|down|left|right|select]"
);
if
(
val
.
psz_string
)
free
(
val
.
psz_string
);
return
i_error
;
free
(
val
.
psz_string
);
return
i_error
;
}
i_error
=
VLC_SUCCESS
;
if
(
val
.
psz_string
)
free
(
val
.
psz_string
);
free
(
val
.
psz_string
);
return
i_error
;
}
...
...
modules/control/telnet.c
View file @
0274be87
...
...
@@ -230,7 +230,7 @@ static void Close( vlc_object_t *p_this )
free
(
cl
);
p_sys
->
clients
[
i
]
=
NULL
;
}
if
(
p_sys
->
clients
!=
NULL
)
free
(
p_sys
->
clients
);
free
(
p_sys
->
clients
);
net_ListenClose
(
p_sys
->
pi_fd
);
...
...
@@ -515,8 +515,7 @@ static void Run( intf_thread_t *p_intf )
TAB_APPEND
(
p_sys
->
i_clients
,
p_sys
->
clients
,
cl
);
}
}
if
(
psz_password
)
free
(
psz_password
);
free
(
psz_password
);
}
static
void
Write_message
(
telnet_client_t
*
client
,
vlm_message_t
*
message
,
...
...
@@ -526,7 +525,7 @@ static void Write_message( telnet_client_t *client, vlm_message_t *message,
client
->
p_buffer_read
=
client
->
buffer_read
;
(
client
->
p_buffer_read
)[
0
]
=
0
;
// if (cl->p_buffer_read)[0] = '\n'
if
(
client
->
buffer_write
)
free
(
client
->
buffer_write
);
free
(
client
->
buffer_write
);
/* generate the psz_message string */
if
(
message
)
...
...
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