Skip to content
Snippets Groups Projects
Commit 110acf74 authored by David Vossel's avatar David Vossel
Browse files

Merged revisions 336091 via svnmerge from

https://origsvn.digium.com/svn/asterisk/branches/10

........
  r336091 | dvossel | 2011-09-15 10:19:10 -0500 (Thu, 15 Sep 2011) | 2 lines
  
  Removes some no-op code found in format_cap.c.
........


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@336092 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent 73424f12
No related branches found
No related tags found
No related merge requests found
......@@ -521,8 +521,6 @@ struct ast_format_cap *ast_format_cap_get_type(const struct ast_format_cap *cap,
}
result = ast_format_cap_destroy(result);
/* Remember to always free the NULL before returning it. */
ast_free(NULL);
return NULL;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment