mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
* g10.c (rm_group): Properly ungroup from a list of groups.
This commit is contained in:
parent
8890842012
commit
97b52b35a0
2 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -915,6 +915,7 @@ rm_group(char *name)
|
|||
|
||||
free_strlist(item->values);
|
||||
m_free(item);
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue