Changeset 35135

Show
Ignore:
Timestamp:
08/30/09 22:23:25 (4 years ago)
Author:
kazuho
Message:

fix leak

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • platform/mysql/mycached/trunk/mycached.cc

    r35134 r35135  
    165165    ha_release_temporary_latches(thd_); 
    166166    if (thd_->lock != NULL) { 
    167       mysql_unlock_read_tables(thd_, thd_->lock); 
     167      mysql_unlock_tables(thd_, thd_->lock); 
    168168      thd_->lock = NULL; 
    169169    }