diff options
author | William Hubbs <w.d.hubbs@gmail.com> | 2015-03-22 15:04:14 -0500 |
---|---|---|
committer | William Hubbs <w.d.hubbs@gmail.com> | 2016-07-14 16:52:57 -0500 |
commit | 3a1262703fd20d2e8288d13d908fb282c77d1793 (patch) | |
tree | 9dc39a57e849c7543ea153f59f431669d9b0a666 /src/rc/openrc-run.c | |
parent | 20035210bdf5d5729734457f35f5f32a53a5b3ad (diff) |
Remove the DEBUG_MEMORY macro
This fixes #43.
Diffstat (limited to 'src/rc/openrc-run.c')
-rw-r--r-- | src/rc/openrc-run.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/rc/openrc-run.c b/src/rc/openrc-run.c index 275cb320..ff884c47 100644 --- a/src/rc/openrc-run.c +++ b/src/rc/openrc-run.c @@ -247,7 +247,6 @@ cleanup(void) rc_plugin_unload(); -#ifdef DEBUG_MEMORY rc_stringlist_free(deptypes_b); rc_stringlist_free(deptypes_n); rc_stringlist_free(deptypes_nw); @@ -267,7 +266,6 @@ cleanup(void) free(service); free(prefix); free(runlevel); -#endif } /* Buffer and lock all output messages so that we get readable content */ @@ -1097,9 +1095,7 @@ service_plugable(void) break; } } -#ifdef DEBUG_MEMORY free(list); -#endif return allow; } |