cherrypick/src
Marcin Cieślak 7d881427d4 Use delete[] after new[]
gmake: Wejście do katalogu '/usr/home/saper/sw/misskey/build'
  CXX(target) Release/obj.target/crypto_key/src/crypto_key.o
../src/crypto_key.cc:25:3: warning: 'delete' applied to a pointer that was allocated with 'new[]'; did you mean 'delete[]'?
      [-Wmismatched-new-delete]
                delete sourceBuf;
                ^
                      []
../src/crypto_key.cc:18:25: note: allocated with 'new[]' here
        const auto sourceBuf = new char[sourceLength];
                               ^
../src/crypto_key.cc:32:2: warning: 'delete' applied to a pointer that was allocated with 'new[]'; did you mean 'delete[]'?
      [-Wmismatched-new-delete]
        delete sourceBuf;
        ^
              []
../src/crypto_key.cc:18:25: note: allocated with 'new[]' here
        const auto sourceBuf = new char[sourceLength];
                               ^
2 warnings generated.
2018-05-16 00:21:54 +02:00
..
acct
build Update i18n.ts 2018-05-07 05:22:06 +09:00
client update license tip 2018-05-14 18:58:47 +09:00
config #1029 2018-04-26 20:30:49 +09:00
db
drive サムネイルを予め生成するように 2018-05-03 20:03:14 +09:00
models NoteのuserIdに対してインデックスを張るように 2018-05-14 09:15:43 +09:00
othello
publishers wip 2018-04-25 18:04:16 +09:00
queue Better error handling 2018-05-13 16:26:11 +09:00
remote Fix #1574 2018-05-08 07:03:06 +09:00
renderers メタ情報をレンダリングするように 2018-05-06 01:34:48 +09:00
server Use _id instead of createdAt to improve performance 2018-05-14 13:58:44 +09:00
services Update add-file.ts 2018-05-14 12:47:33 +09:00
text oops 2018-04-22 07:21:51 +09:00
utils
cafy-id.ts Update cafy to 8.0.0 🚀 2018-05-02 18:06:16 +09:00
const.json Update theme color 🎨 2018-05-06 01:35:17 +09:00
crypto_key.cc Use delete[] after new[] 2018-05-16 00:21:54 +02:00
crypto_key.d.ts
index.ts
parse-opt.ts