From b658662ae4da6a9cfc83ed52d1cb9b84fcfa98ae Mon Sep 17 00:00:00 2001 From: "monty@hundin.mysql.fi" <> Date: Thu, 6 Dec 2001 14:10:51 +0200 Subject: Update copyright Fixed memory leak on shutdown (Affects the embedded version & MyODBC) --- client/mysqlmanagerc.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'client/mysqlmanagerc.c') diff --git a/client/mysqlmanagerc.c b/client/mysqlmanagerc.c index c1aef1317aa..a01f6c25f34 100644 --- a/client/mysqlmanagerc.c +++ b/client/mysqlmanagerc.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2000 MySQL AB & MySQL Finland AB & TCX DataKonsult AB +/* Copyright (C) 2000 MySQL AB This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -176,5 +176,3 @@ int main(int argc, char** argv) mysql_manager_close(manager); return 0; } - - -- cgit v1.2.1