13 Jan
2008
13 Jan
'08
4:37 a.m.
Author: reimar Date: Sun Jan 13 10:37:36 2008 New Revision: 25705 Log: Remove a useless cast Modified: trunk/loader/dshow/DS_Filter.c Modified: trunk/loader/dshow/DS_Filter.c ============================================================================== --- trunk/loader/dshow/DS_Filter.c (original) +++ trunk/loader/dshow/DS_Filter.c Sun Jan 13 10:37:36 2008 @@ -130,7 +130,7 @@ DS_Filter* DS_FilterCreate(const char* d MemAllocator* tempAll; ALLOCATOR_PROPERTIES props,props1; HRESULT result; - DS_Filter* This = (DS_Filter*) malloc(sizeof(DS_Filter)); + DS_Filter* This = malloc(sizeof(DS_Filter)); if (!This) return NULL;
6512
Age (days ago)
6512
Last active (days ago)
0 comments
1 participants
participants (1)
-
reimar