Skip to content

Commit

Permalink
No need to fee after fixup_spve_null, fixup_spve_spve
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Lemenkov <lemenkov@gmail.com>
  • Loading branch information
lemenkov committed Dec 19, 2013
1 parent 81ff0ea commit a2afd3c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/rtpproxy-ng/rtpproxy.c
Expand Up @@ -422,10 +422,10 @@ static cmd_export_t cmds[] = {
0, 0,
ANY_ROUTE},
{"rtpproxy_manage", (cmd_function)rtpproxy_manage1, 1,
fixup_spve_null, fixup_free_spve_null,
fixup_spve_null, 0,
ANY_ROUTE},
{"rtpproxy_manage", (cmd_function)rtpproxy_manage2, 2,
fixup_spve_spve, fixup_free_spve_spve,
fixup_spve_spve, 0,
ANY_ROUTE},
{0, 0, 0, 0, 0, 0}
};
Expand Down

0 comments on commit a2afd3c

Please sign in to comment.