Commit 0854aab5 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Cosmetic fix

parent 48ae5b2a
......@@ -741,7 +741,7 @@ rtmp_build_bytes_read( rtmp_control_thread_t *p_thread, uint32_t reply )
/* Build bytes read packet */
rtmp_body = rtmp_body_new( -1 );
tmp_buffer = (uint8_t *) malloc( sizeof( uint32_t ) * sizeof( uint8_t ) );
tmp_buffer = (uint8_t *) malloc( sizeof( uint32_t ) );
if( !tmp_buffer ) return NULL;
reply = hton32( reply );
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment