アットウィキロゴ

vsftpd_1.2.1_str.c_str_free

str_free


source

parseconf.c

line

117 - 127

function


   117 void
   118 str_free(struct mystr* p_str)
   119 {
   120   if (p_str->p_buf != 0)
   121   {
   122     vsf_sysutil_free(p_str->p_buf);
   123   }
   124   p_str->p_buf = 0;
   125   p_str->len = 0;
   126   p_str->alloc_bytes = 0;
   127 }
最終更新:2009年01月31日 22:35
ツールボックス

下から選んでください:

新しいページを作成する
ヘルプ / FAQ もご覧ください。