1
0
mirror of git://git.gnupg.org/gnupg.git synced 2024-12-31 11:41:32 +01:00

* g10.c (rm_group): Properly ungroup from a list of groups.

This commit is contained in:
David Shaw 2004-02-10 22:13:57 +00:00
parent 8890842012
commit 97b52b35a0
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2004-02-10 David Shaw <dshaw@jabberwocky.com>
* g10.c (rm_group): Properly ungroup from a list of groups.
2004-02-09 David Shaw <dshaw@jabberwocky.com>
* misc.c (compress_algo_to_string): Return NULL on failure like

View File

@ -915,6 +915,7 @@ rm_group(char *name)
free_strlist(item->values);
m_free(item);
break;
}
}
}