mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
removed unnecessary assert in free code.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5384 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
d3739b251b
commit
8f27ab280f
@ -927,7 +927,7 @@ void ops_parser_content_free(ops_parser_content_t *c)
|
||||
|
||||
default:
|
||||
fprintf(stderr,"Can't free %d (0x%x)\n",c->tag,c->tag);
|
||||
assert(0);
|
||||
//assert(0);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user