maybe this will work

This commit is contained in:
Saxon1 2018-05-06 00:04:07 +09:30
parent 2316eea04c
commit 43277c81ac
1 changed files with 1 additions and 0 deletions

View File

@ -77,6 +77,7 @@ unsigned int RTMP_write_frame(char* data, uint data_length){
free(dataForC);
return 0;
}
free(dataForC);
return 1;
}