summaryrefslogtreecommitdiff
path: root/source/sv_main.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/sv_main.c')
-rw-r--r--source/sv_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/sv_main.c b/source/sv_main.c
index a046439..425d14c 100644
--- a/source/sv_main.c
+++ b/source/sv_main.c
@@ -135,7 +135,7 @@ void SV_CleanClient( client_t *client ) {
#endif
if( client->download ) {
- FS_FreeFile( client->download );
+ Z_Free( client->download );
client->download = NULL;
}