diff --git a/pseudo_util.c b/pseudo_util.c
index 126746f..5e77977 100644
--- a/pseudo_util.c
+++ b/pseudo_util.c
@@ -1000,6 +1000,7 @@ void pseudo_dropenv() {
 		} else {
 			SETENV(PRELINK_LIBRARIES, "", 1);
 		}
+		free(ld_preload);
 	}
 }
 
