fixed copy/paste error

This commit is contained in:
Martin Willi 2008-11-07 14:48:54 +00:00
parent e2764b3937
commit 89d05ab5fb
1 changed files with 0 additions and 1 deletions

View File

@ -203,7 +203,6 @@ static bool shared_enumerate(shared_enumerator_t *this, shared_key_t **key,
static void shared_destroy(shared_enumerator_t *this)
{
this->key->destroy(this->key);
this->lock->destroy(this->lock);
this->this->lock->unlock(this->this->lock);
free(this);
}