Commit a2b18ed0 authored by unknown's avatar unknown
Browse files

Merge mysql.com:/home/mydev/mysql-4.1

into mysql.com:/home/mydev/mysql-4.1-4100

parents a35b6537 dcc3c7c3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -235,7 +235,7 @@ static my_bool safe_hash_set(SAFE_HASH *hash, const byte *key, uint length,
    if (my_hash_insert(&hash->hash, (byte*) entry))
    {
      /* This can only happen if hash got out of memory */
      my_delete((char*) entry, MYF(0));
      my_free((char*) entry, MYF(0));
      error= 1;
      goto end;
    }