aboutsummaryrefslogtreecommitdiff
path: root/sysutils/bacula15-server/files/patch-src_plugins_fd_bpipe-fd.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/bacula15-server/files/patch-src_plugins_fd_bpipe-fd.c')
-rw-r--r--sysutils/bacula15-server/files/patch-src_plugins_fd_bpipe-fd.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/sysutils/bacula15-server/files/patch-src_plugins_fd_bpipe-fd.c b/sysutils/bacula15-server/files/patch-src_plugins_fd_bpipe-fd.c
deleted file mode 100644
index 028d66a4bd04..000000000000
--- a/sysutils/bacula15-server/files/patch-src_plugins_fd_bpipe-fd.c
+++ /dev/null
@@ -1,13 +0,0 @@
---- src/plugins/fd/bpipe-fd.c.orig 2024-03-22 09:48:41 UTC
-+++ src/plugins/fd/bpipe-fd.c
-@@ -202,7 +202,9 @@ static bRC freePlugin(bpContext *ctx)
- if (!p_ctx) {
- return bRC_Error;
- }
-- bfree_and_null(p_ctx->cmd);
-+ if (p_ctx->cmd) {
-+ free(p_ctx->cmd); /* free any allocated command string */
-+ }
- free_and_null_pool_memory(p_ctx->restore_obj_buf);
- if (p_ctx->rop_writer) {
- restoreobj *rop;