Navigation Menu

Skip to content

Commit

Permalink
Indent
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Jun 11, 2013
1 parent 5236779 commit eb55220
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mrn_table.cpp
Expand Up @@ -712,7 +712,7 @@ void mrn_free_long_term_share(MRN_LONG_TERM_SHARE *long_term_share)
MRN_DBUG_ENTER_FUNCTION();
{
mrn::Lock lock(&mrn_long_term_share_mutex);
my_hash_delete(&mrn_long_term_share, (uchar*) long_term_share);
my_hash_delete(&mrn_long_term_share, (uchar*) long_term_share);
}
pthread_mutex_destroy(&long_term_share->auto_inc_mutex);
my_free(long_term_share, MYF(0));
Expand Down

0 comments on commit eb55220

Please sign in to comment.