Fix comment

This commit is contained in:
Chris Robinson
2007-12-17 17:20:55 -08:00
parent 44e0fa9325
commit aa386041e7
+1 -1
View File
@@ -354,7 +354,7 @@ ALvoid ReleaseALFilters(ALvoid)
ALfilter *temp = g_FilterList;
g_FilterList = g_FilterList->next;
// Release Buffer structure
// Release filter structure
memset(temp, 0, sizeof(ALfilter));
free(temp);
}