blob: 3ec4fe2b8fc49bc9af0c8d440c6aed2397d5ee9b [file] [log] [blame]
Stephen Smalleyf0740362012-01-04 12:30:47 -05001#include <unistd.h>
2#include "selinux_internal.h"
3#include <stdlib.h>
4#include <errno.h>
5
6void freecon(security_context_t con)
7{
8 free(con);
9}
10
11hidden_def(freecon)