Skip to content

Commit 1cef3ce

Browse files
committed
channels/private/gradientMex.cpp: tiny fix (thanks Thabo Beeler)
1 parent e6e563e commit 1cef3ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

channels/private/gradientMex.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ void fhog( float *M, float *O, float *H, int h, int w, int binSize,
312312
hogChannels( H+nbo*0, R1, N, hb, wb, nOrients*2, clip, 1 );
313313
hogChannels( H+nbo*2, R2, N, hb, wb, nOrients*1, clip, 1 );
314314
hogChannels( H+nbo*3, R1, N, hb, wb, nOrients*2, clip, 2 );
315-
wrFree(N); mxFree(R1); wrFree(R2);
315+
wrFree(N); wrFree(R1); wrFree(R2);
316316
}
317317

318318
/******************************************************************************/

0 commit comments

Comments
 (0)