mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-13 09:03:33 -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
1 changed files with 1 additions and 1 deletions
|
@ -927,7 +927,7 @@ void ops_parser_content_free(ops_parser_content_t *c)
|
||||||
|
|
||||||
default:
|
default:
|
||||||
fprintf(stderr,"Can't free %d (0x%x)\n",c->tag,c->tag);
|
fprintf(stderr,"Can't free %d (0x%x)\n",c->tag,c->tag);
|
||||||
assert(0);
|
//assert(0);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue