mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-19 10:53:58 +00:00
Close a memory leak.
This commit is contained in:
parent
b583bb9698
commit
ffb0a6283d
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=49481
@ -34,7 +34,7 @@
|
||||
* otherwise) arising in any way out of the use of this software, even if
|
||||
* advised of the possibility of such damage.
|
||||
*
|
||||
* $Id: vinumdaemon.c,v 1.4 1999/03/16 03:40:59 grog Exp grog $
|
||||
* $Id: vinumdaemon.c,v 1.5 1999/06/23 03:22:01 grog Exp grog $
|
||||
*/
|
||||
|
||||
#include <dev/vinum/vinumhdr.h>
|
||||
@ -160,6 +160,7 @@ vinum_daemon(void)
|
||||
log(LOG_WARNING, "Invalid request\n");
|
||||
break;
|
||||
}
|
||||
Free(request); /* done with the request */
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user