]> granicus.if.org Git - recode/commit
Coverity: RESOURCE_LEAK
authorJiri Popelka <jpopelka@redhat.com>
Thu, 23 Jun 2011 13:24:52 +0000 (15:24 +0200)
committerJiri Popelka <jpopelka@redhat.com>
Thu, 23 Jun 2011 14:26:32 +0000 (16:26 +0200)
commit267dda075bc8d85ea70c222ad5ae1df13f896fa8
tree66a9d2088196fbf1a2c2031a6726810c8a888062
parent38e52d5da4c26efc4f3317d1b5ff48e25afd9164
Coverity: RESOURCE_LEAK

src/hash.c:783: var_assign: Assigning: "new_table" =  storage returned from
                "hash_initialize(candidate, table->tuning, table->hasher,
                                 table->comparator, table->data_freer)".
src/hash.c:816: leaked_storage: Variable "new_table" going out of scope
                                leaks the storage it points to.

src/html.c:428: var_assign: Assigning: "table" =  storage returned from
                "hash_initialize(0U, NULL, code_hash, code_compare, NULL)".
src/html.c:436: leaked_storage: Variable "table" going out of scope
                                leaks the storage it points to.

src/html.c:609: var_assign: Assigning: "table" =  storage returned from
                "hash_initialize(0U, NULL, string_hash, string_compare, NULL)".
src/html.c:617: leaked_storage: Variable "table" going out of scope
                                leaks the storage it points to.

src/request.c:758: var_assign: Assigning: "new" =  storage returned from
                               "recode_malloc(outer, 16UL)".
src/request.c:768: leaked_storage: Variable "new" going out of scope
                                   leaks the storage it points to.
src/hash.c
src/html.c
src/request.c