mirror of
https://github.com/rapid7/metasploit-payloads
synced 2025-01-14 17:37:27 +01:00
remove duplicate check in SAFE_FREE
This commit is contained in:
parent
1b600dbfbe
commit
644bef77f6
@ -12,7 +12,7 @@
|
||||
#include <stdio.h>
|
||||
#include <time.h>
|
||||
|
||||
#define SAFE_FREE(x) {if(x){free(x);x=NULL;}}
|
||||
#define SAFE_FREE(x) {free(x); x = NULL;}
|
||||
|
||||
#ifdef _WIN32
|
||||
#include <winsock2.h>
|
||||
|
Loading…
Reference in New Issue
Block a user