Skip to content

Commit

Permalink
Fix missing UNREF in LMNNImpl unittest
Browse files Browse the repository at this point in the history
  • Loading branch information
iglesias committed Aug 3, 2013
1 parent 8f80504 commit 6043056
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/unit/metric/LMNNImpl_unittest.cc
Expand Up @@ -183,6 +183,8 @@ TEST(LMNNImpl,sum_outer_products)
for (int32_t i=0; i<d; i++)
for (int32_t j=0; j<d; j++)
EXPECT_EQ(sop(i,j), 0);

SG_UNREF(features);
}

TEST(LMNNImpl,find_impostors_exact)
Expand Down

0 comments on commit 6043056

Please sign in to comment.