summaryrefslogtreecommitdiffstats
path: root/loader/dshow/allocator.c
diff options
context:
space:
mode:
Diffstat (limited to 'loader/dshow/allocator.c')
-rw-r--r--loader/dshow/allocator.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/loader/dshow/allocator.c b/loader/dshow/allocator.c
index c5600f40d9..7f39c66a2e 100644
--- a/loader/dshow/allocator.c
+++ b/loader/dshow/allocator.c
@@ -283,7 +283,7 @@ static void MemAllocator_ResetPointer(MemAllocator* This)
}
}
-void MemAllocator_Destroy(MemAllocator* This)
+static void MemAllocator_Destroy(MemAllocator* This)
{
Debug printf("MemAllocator_Destroy(%p) called (%d, %d)\n", This, This->refcount, AllocatorKeeper);
if (--AllocatorKeeper == 0)